From f4193776d208cf060ca0fd38e5919935cae6075d Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Thu, 10 Apr 2025 15:35:32 -0400 Subject: [PATCH] dont suspend --- hypr/hypridle.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf index c82f4f9..897bebb 100644 --- a/hypr/hypridle.conf +++ b/hypr/hypridle.conf @@ -28,8 +28,8 @@ listener { on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired. } -listener { - timeout = 1800 # 30min - on-timeout = systemctl suspend # suspend pc -} +# listener { +# timeout = 1800 # 30min +# on-timeout = systemctl suspend # suspend pc +# }