From 16b3c4b6b51bc84c0bcab96eb07502a573a90d6b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 1 Jun 2025 15:37:13 +0200 Subject: [PATCH] Simpler --- config/hypr/hypridle.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/hypr/hypridle.conf b/config/hypr/hypridle.conf index 9571670..0d4d6fe 100644 --- a/config/hypr/hypridle.conf +++ b/config/hypr/hypridle.conf @@ -8,9 +8,3 @@ listener { timeout = 300 # 5min on-timeout = loginctl lock-session # lock screen when timeout has passed } - -listener { - 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 after timeout has fired. -}