mirror of
https://github.com/NickHu/sway
synced 2024-11-16 19:49:56 +01:00
config.in: switch to output power
This commit is contained in:
parent
11e05c5711
commit
798e3c8858
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
|||
#
|
||||
# exec swayidle -w \
|
||||
# timeout 300 'swaylock -f -c 000000' \
|
||||
# timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
|
||||
# timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
||||
# before-sleep 'swaylock -f -c 000000'
|
||||
#
|
||||
# This will lock your screen after 300 seconds of inactivity, then turn off
|
||||
|
|
Loading…
Reference in a new issue