feat(swayidle): lock screen after 300s

This commit is contained in:
2026-01-23 10:02:07 +01:00
parent 58e9f2cc91
commit 5c8f94abd6

View File

@@ -1,3 +1,3 @@
timeout 60 'swaylock -f'
timeout 300 'swaylock -f'
timeout 300 'swaymsg "output * power off"' resume 'swaymsg "output * power on"'
before-sleep 'swaylock -f'