From 2644ea1b7ba8eb7e47908a971a6ed767d53ffb82 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:16:02 +1000 Subject: [PATCH] hypridle: disable automatic suspension --- stow/.config/hypr/hypridle.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stow/.config/hypr/hypridle.conf b/stow/.config/hypr/hypridle.conf index 2b441f0..c0b68ae 100644 --- a/stow/.config/hypr/hypridle.conf +++ b/stow/.config/hypr/hypridle.conf @@ -30,8 +30,3 @@ listener { on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired. } - -listener { - timeout = 900 # 15min - on-timeout = systemctl suspend # suspend pc -}