From 6dfa5f0807af0c117eeeff941555b8b002818386 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 3 Jan 2026 16:21:22 -0800 Subject: [PATCH] This would trigger before screensaver/hyprlock So need a different way to deal with resetting of the idle timer --- 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 59f55860..87fab46a 100644 --- a/config/hypr/hypridle.conf +++ b/config/hypr/hypridle.conf @@ -16,7 +16,7 @@ listener { } listener { - timeout = 30 # 5.5min + timeout = 330 # 5.5min on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed on-resume = hyprctl dispatch dpms on && brightnessctl -r # screen on when activity is detected }