From 627a799932e7d1ed83cee115e86dc99852c88ca7 Mon Sep 17 00:00:00 2001 From: Alexander Bell Date: Sun, 18 May 2025 22:08:03 +0200 Subject: [PATCH] no screen lock after idle timeout --- .config/hypr/hypridle.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf index 876c076..47b09bd 100644 --- a/.config/hypr/hypridle.conf +++ b/.config/hypr/hypridle.conf @@ -17,10 +17,10 @@ listener { on-resume = brightnessctl -rd rgb:kbd_backlight # turn on keyboard backlight. } -listener { - timeout = 300 # 5min - on-timeout = loginctl lock-session # lock screen when timeout has passed -} +#listener { +# timeout = 300 # 5min +# on-timeout = loginctl lock-session # lock screen when timeout has passed +#} listener { timeout = 330 # 5.5min @@ -28,7 +28,7 @@ listener { on-resume = hyprctl dispatch dpms on && brightnessctl -r # 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 +#}