Set timeout to something more reasonable
This commit is contained in:
parent
e40c4981b9
commit
943cd228d2
@ -66,8 +66,8 @@ output * bg ~/.cache/betterlockscreen/current/wall_dim.png fill
|
||||
# -c 000000 sets the color in RGB
|
||||
# use -i to set an image
|
||||
exec swayidle -w \
|
||||
timeout 20 'swaylock -f -e -c 000000' \
|
||||
timeout 40 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
||||
timeout 300 'swaylock -f -e -c 000000' \
|
||||
timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
||||
before-sleep 'swaylock -f -e -c 000000'
|
||||
|
||||
### Input configuration
|
||||
|
Loading…
Reference in New Issue
Block a user