summaryrefslogtreecommitdiff
path: root/bin/idleify
diff options
context:
space:
mode:
Diffstat (limited to 'bin/idleify')
-rwxr-xr-xbin/idleify4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/idleify b/bin/idleify
index 7cde7bb..6867d77 100755
--- a/bin/idleify
+++ b/bin/idleify
@@ -2,6 +2,6 @@
lock="swaylock -f --indicator-radius 400 --indicator-thickness 20 --ring-color df73ff --key-hl-color 663399 -K -c 000000"
exec swayidle -w \
- timeout 120 "$lock" \
- timeout 300 'swaymsg "output * power off"' \
+ timeout 300 "$lock" \
+ timeout 360 'swaymsg "output * power off"' \
resume 'swaymsg "output * power on"'