From 2c58ea37c4550cf87b5fea9e96cf165368483a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 19 Nov 2023 00:44:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(swayidle):=20changed=20the?= =?UTF-8?q?=20timeout=20from=2010=20to=20600?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit i had it on 10 because of testing the config file, forgot to update it --- .config/swayidle/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/swayidle/config b/.config/swayidle/config index 78f5ffd5..9cff1715 100644 --- a/.config/swayidle/config +++ b/.config/swayidle/config @@ -1,3 +1,3 @@ -timeout 10 'swaylock -f --grace 12 --fade-in 10' +timeout 600 'swaylock -f --grace 12 --fade-in 10' before-sleep 'pgrep swaylock || swaylock -f --fade-in 0 && true'