swayidle: Don't automatically lock

More trouble than it's worth, when watching videos and playing games.
This commit is contained in:
Adam Gausmann 2023-02-04 16:38:28 -06:00
parent 427aa01c46
commit 8637fce074

View file

@ -1,2 +1 @@
timeout 900 'swaylock -f -c 000000'
timeout 10 'pgrep swaylock && swaymsg "output * dpms off"' resume 'pgrep swaylock && swaymsg "output * dpms on"'