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 +#}