From 6324dea7b077926857013038c0298ed14e69256a Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 12 Jun 2026 14:29:25 +0100 Subject: [PATCH] Locking --- .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 878c07c..601593c 100644 --- a/.config/hypr/hypridle.conf +++ b/.config/hypr/hypridle.conf @@ -6,7 +6,7 @@ general { } listener { - timeout = 600 # 10 minutes + timeout = 300 # 5 minutes on-timeout = notify-send "You are idle and will be locked soon!" # command to run when timeout has passed. on-resume = notify-send "Welcome back!" # command to run when activity is detected after timeout has fired. } @@ -17,12 +17,12 @@ listener { # } listener { - timeout = 630 # 10.5min + timeout = 330 # 5.5min on-timeout = hyprctl dispatch 'hl.dsp.dpms({ action = "disable" })' # screen off when timeout has passed on-resume = hyprctl dispatch 'hl.dsp.dpms({ action = "enable" })' && brightnessctl -r # screen on when activity is detected after timeout has fired. } listener { - timeout = 1800 # 30min + timeout = 600 # 1min on-timeout = systemctl suspend # suspend pc }