From 09611e3b185b955fd28dfd3adda955bd88879886 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 28 Mar 2024 11:09:43 -0400 Subject: [PATCH] hypridle: fixed wrong timings for screen off and suspend --- home/hypr/hypridle.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/hypr/hypridle.conf b/home/hypr/hypridle.conf index 2c9046d1..44d282f4 100644 --- a/home/hypr/hypridle.conf +++ b/home/hypr/hypridle.conf @@ -23,12 +23,12 @@ listener { } listener { - timeout = 380 # 5.5min + timeout = 360 # 5.5min on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired. } listener { - timeout = 300 # 15min + timeout = 900 # 15min on-timeout = [[ $(hostname) != "mauville" ]] && systemctl suspend # suspend pc unless on mauville }