Update swayidle

This commit is contained in:
pancakes 2025-11-07 09:42:35 +10:00
parent 5686d47c87
commit 3638658ba1
Signed by: pancakes
SSH key fingerprint: SHA256:dXkdWQrTpQspsYrfPT22O5KUAPNzQoIBnIBjRVSd3hI
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
timeout 120 "gtklock -d"
timeout 300 "niri msg action power-off-monitors"
timeout 1800 "systemctl hybrid-sleep"
before-sleep "gtklock -d"
lock "gtklock -d"

View file

@ -1,4 +1,5 @@
timeout 300 "gtklock -d" timeout 300 "gtklock -d"
timeout 600 "niri msg action power-off-monitors" timeout 600 "niri msg action power-off-monitors"
timeout 3600 "systemctl hybrid-sleep"
before-sleep "gtklock -d" before-sleep "gtklock -d"
lock "gtklock -d" lock "gtklock -d"