From b19628384aa1b4c9cef5f51291195064c2fa82c7 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 26 Mar 2024 01:41:31 -0400 Subject: [PATCH] hypridle: decreased sleep time to 15min --- home/hypr/hypridle.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hypr/hypridle.conf b/home/hypr/hypridle.conf index 7cd8cd6b..2c9046d1 100644 --- a/home/hypr/hypridle.conf +++ b/home/hypr/hypridle.conf @@ -29,6 +29,6 @@ listener { } listener { - timeout = 600 # 30min + timeout = 300 # 15min on-timeout = [[ $(hostname) != "mauville" ]] && systemctl suspend # suspend pc unless on mauville }