diff --git a/.s6/services/swayidle/run b/.s6/services/swayidle/run index 8aa2404..e8b508f 100755 --- a/.s6/services/swayidle/run +++ b/.s6/services/swayidle/run @@ -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