From 3f7e576869ed43fe070eb77bef8c95b974d30613 Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Sun, 20 Apr 2025 10:08:31 -0700 Subject: [PATCH] Extend idle timeout --- dwl_entourage/dwl.idle_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwl_entourage/dwl.idle_setup b/dwl_entourage/dwl.idle_setup index b77b689..805d7bc 100644 --- a/dwl_entourage/dwl.idle_setup +++ b/dwl_entourage/dwl.idle_setup @@ -1,3 +1,3 @@ swayidle -w \ - timeout 600 'systemctl hybrid-sleep' & + timeout 6000 'systemctl hybrid-sleep' &