change screen timeouts again
This commit is contained in:
parent
0a8ea99113
commit
513641a1c6
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ output * bg /home/sencyy/img/wall/wall1.png fill
|
|||
# Example configuration:
|
||||
#
|
||||
exec swayidle -w \
|
||||
timeout 60 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
||||
timeout 60 'swaylock -f -c 000000' \
|
||||
timeout 300 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
||||
timeout 300 'swaylock -f -c 000000' \
|
||||
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