From 5a29322bf83696ce2529d7382d38991f29d73357 Mon Sep 17 00:00:00 2001 From: Richard Macklin Date: Sun, 3 Aug 2025 10:23:08 -0700 Subject: [PATCH] Fix hypridle timeout to actually be 2.5min The intent was for this to be 2.5 minutes but 180s is 3 minutes. --- config/hypr/hypridle.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/hypridle.conf b/config/hypr/hypridle.conf index 64b9d24..2c568e3 100644 --- a/config/hypr/hypridle.conf +++ b/config/hypr/hypridle.conf @@ -7,7 +7,7 @@ general { } listener { - timeout = 180 # 2.5min + timeout = 150 # 2.5min on-timeout = pidof hyprlock || omarchy-launch-screensaver # start screensaver (if we haven't locked already) }