From e93dcad1dc8a1113add459fa7f1479f6de20f424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 24 Mar 2024 19:29:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20comments(hypr):=20idle=20listene?= =?UTF-8?q?rs=20for=20suspending=20and=20turning=20off=20the=20monitors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/hypridle.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf index 487c73ee..8bf8ff39 100644 --- a/.config/hypr/hypridle.conf +++ b/.config/hypr/hypridle.conf @@ -12,13 +12,13 @@ listener { on-timeout = loginctl lock-session } -listener { - timeout = 900 # 15 min - on-timeout = hyprctl dispatch dpms off - on-resume = hyprctl dispatch dpms on -} +# listener { +# timeout = 900 # 15 min +# on-timeout = hyprctl dispatch dpms off +# on-resume = hyprctl dispatch dpms on +# } -listener { - timeout = 1800 # 30 min - on-timeout = $suspend_cmd -} +# listener { +# timeout = 1800 # 30 min +# on-timeout = $suspend_cmd +# }