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