diff --git a/hyprland/.config/hypr/hypridle.conf b/hyprland/.config/hypr/hypridle.conf index a26c0b6..ed60b3a 100644 --- a/hyprland/.config/hypr/hypridle.conf +++ b/hyprland/.config/hypr/hypridle.conf @@ -15,7 +15,7 @@ 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 = 600 # 10min + on-timeout = systemctl suspend # suspend pc +}