From 1628b903982a0c97535a2d000f5b2465b125c9c6 Mon Sep 17 00:00:00 2001 From: antistereov Date: Sun, 22 Feb 2026 22:54:33 +0100 Subject: [PATCH] feat: update hypridle --- hypr/hypridle.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf index d39c97f..db63de6 100644 --- a/hypr/hypridle.conf +++ b/hypr/hypridle.conf @@ -1,15 +1,10 @@ general { - lock_cmd = omarchy-lock-screen # lock screen and 1password + lock_cmd = hyprlock # lock screen and 1password before_sleep_cmd = loginctl lock-session # lock before suspend. after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key twice to turn on the display. inhibit_sleep = 3 # wait until screen is locked } -listener { - timeout = 150 # 2.5min - on-timeout = pidof hyprlock || omarchy-launch-screensaver # start screensaver (if we haven't locked already) -} - listener { timeout = 151 # 5min on-timeout = loginctl lock-session # lock screen when timeout has passed