Upped the timeout for screenlock.

This commit is contained in:
James Patrick 2019-05-23 22:39:01 -04:00
parent 9a1857aa1e
commit 0a5dd18e26

View File

@ -41,7 +41,7 @@ output eDP-1 scale 1
# Example configuration: # Example configuration:
# #
exec swayidle -w \ exec swayidle -w \
timeout 60 '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"' \
before-sleep 'swaylock-fancy' before-sleep 'swaylock-fancy'