double sleep timeout

This commit is contained in:
lelgenio 2020-11-11 20:21:38 -03:00
parent dd24af6c3c
commit 91fbf010e4
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ bindsym $mod+escape mode Passthrough
exec swayidle -w \
before-sleep '$lock' \
after-resume '$screenReload' \
timeout 180 '$lock' \
timeout 360 '$lock' \
resume '$screenReload' \
timeout 1800 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on";$screenReload' \