1
0
Fork 0

sway: remove display blanking on idle

This commit is contained in:
Jeremy Kaplan 2021-10-30 20:25:10 -07:00
commit c234660a65

View file

@ -145,8 +145,7 @@ bindsym $super+Shift+semicolon exec $locker
# Automatically lock after 5 minutes, suspend after 5 more
exec swayidle -w \
timeout 300 $locker \
timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
timeout 600 'systemctl suspend' \
before-sleep $locker
# Only show borders if there's more than one window