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
|
# Automatically lock after 5 minutes, suspend after 5 more
|
||||||
exec swayidle -w \
|
exec swayidle -w \
|
||||||
timeout 300 $locker \
|
timeout 300 $locker \
|
||||||
timeout 600 'swaymsg "output * dpms off"' \
|
timeout 600 'systemctl suspend' \
|
||||||
resume 'swaymsg "output * dpms on"' \
|
|
||||||
before-sleep $locker
|
before-sleep $locker
|
||||||
|
|
||||||
# Only show borders if there's more than one window
|
# Only show borders if there's more than one window
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue