swayidle: reduce timeout

This commit is contained in:
Gabriel Ebner 2020-07-15 10:48:50 +02:00
parent 5689720d8c
commit dec34b602f

@ -149,8 +149,8 @@ exec --no-startup-id gsd-xsettings
bindsym $mod+Ctrl+l exec --no-startup-id ~/etc/swaylock.sh
exec swayidle -w \
timeout 300 /home/gebner/etc/swaylock.sh \
timeout 600 'swaymsg "output * dpms off"' \
timeout 240 /home/gebner/etc/swaylock.sh \
timeout 330 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep /home/gebner/etc/swaylock.sh