[s6] swayidle: use run_on_lock

This commit is contained in:
odrling 2024-03-27 16:59:04 +01:00
parent 411bd88ace
commit 0a6f1b24eb
No known key found for this signature in database
GPG key ID: EC907F69A27A90C5

View file

@ -3,12 +3,10 @@ importas SWAYIDLE_LOCK SWAYIDLE_LOCK
importas SWAYIDLE_TURN_OFF SWAYIDLE_TURN_OFF
swayidle -w
timeout ${SWAYIDLE_LOCK} "swaylock -f"
timeout ${SWAYIDLE_LOCK} "gpg-connect-agent reloadagent /bye"
timeout ${SWAYIDLE_LOCK} "pkill rbw-agent"
timeout ${SWAYIDLE_LOCK} "run_on_lock"
timeout ${SWAYIDLE_TURN_OFF} "toggle_monitors off"
resume "toggle_monitors on"
after-resume "toggle_monitors on"
before-sleep "swaylock -f"
lock "swaylock -f"
before-sleep "run_on_lock"
lock "run_on_lock"
idlehint 1200