From 0da17b45975b22678c9b32c52ea19a45233c5416 Mon Sep 17 00:00:00 2001 From: seajee Date: Sat, 14 Jun 2025 23:26:09 +0200 Subject: [PATCH] [hyprland] Hypridle suspend config --- hyprland/.config/hypr/hypridle.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 +}