change screen timeout
This commit is contained in:
parent
95aa14f3e7
commit
ba7db3fa27
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ output * bg /home/sencyy/img/wall/wall1.png fill
|
|||
# Example configuration:
|
||||
#
|
||||
exec swayidle -w \
|
||||
timeout 300 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
||||
timeout 60 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
||||
timeout 60 'swaylock -f -c 000000' \
|
||||
before-sleep 'swaylock -f -c 000000'
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue