From 8637fce074ee8c002d65c73631dc5ab9404072b3 Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Sat, 4 Feb 2023 16:38:28 -0600 Subject: [PATCH] swayidle: Don't automatically lock More trouble than it's worth, when watching videos and playing games. --- templates/.config/swayidle/config | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/.config/swayidle/config b/templates/.config/swayidle/config index a19d076..4722b5d 100644 --- a/templates/.config/swayidle/config +++ b/templates/.config/swayidle/config @@ -1,2 +1 @@ -timeout 900 'swaylock -f -c 000000' timeout 10 'pgrep swaylock && swaymsg "output * dpms off"' resume 'pgrep swaylock && swaymsg "output * dpms on"'