sway: remove display blanking on idle
This commit is contained in:
parent
35c1e2ad61
commit
c234660a65
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue