From b70dbf5f10cb0bf7a122b109132928c2e6b70fb3 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 6 Jun 2025 22:56:05 +0200 Subject: [PATCH] hypridle: longer timeouts --- .config/hypr/hypridle.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf index db2ea6082..2ec488c75 100644 --- a/.config/hypr/hypridle.conf +++ b/.config/hypr/hypridle.conf @@ -7,17 +7,17 @@ general { } listener { - timeout = 180 # 3mins + timeout = 300 # 5mins on-timeout = loginctl lock-session } listener { - timeout = 240 # 4mins + timeout = 600 # 10mins on-timeout = hyprctl dispatch dpms off on-resume = hyprctl dispatch dpms on } listener { - timeout = 540 # 9mins + timeout = 900 # 15mins on-timeout = $suspend_cmd }