Set timeout to something more reasonable

This commit is contained in:
RealStickman 2022-07-20 16:07:36 +02:00 committed by exu
parent e40c4981b9
commit 943cd228d2

View File

@ -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