From b3691be5dd9dc704a53d133495a820d4231bd4d9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 25 Jun 2025 20:43:33 -0700 Subject: [PATCH] Lose this until we can get screen to reliably wake from sleep --- config/hypr/hypridle.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/hypr/hypridle.conf b/config/hypr/hypridle.conf index 04189af..8b1449e 100644 --- a/config/hypr/hypridle.conf +++ b/config/hypr/hypridle.conf @@ -14,8 +14,3 @@ listener { 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 } - -listener { - timeout = 1800 # 10min - on-timeout = systemctl sleep # go to sleep -}