Added dimming 15 seconds before lock

This commit is contained in:
James Patrick 2019-10-05 21:18:07 -04:00
parent 4b4ce8b409
commit c80a69a129

View File

@ -21,6 +21,8 @@ set $printscreen bash ~/.config/sway/scripts/printscreen
### Idle configuration ### Idle configuration
exec swayidle -w \ exec swayidle -w \
timeout 285 'light -I && light -S 5' \
resume 'light -O' \
timeout 300 'swaylock-fancy' \ timeout 300 'swaylock-fancy' \
timeout 600 'swaymsg "output * dpms off"' \ timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \ resume 'swaymsg "output * dpms on"' \