From 641212f0e30614209622800ac0ebc84305562f3d Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 23 Mar 2026 22:16:03 +0000 Subject: [PATCH] Fixing lock time --- .config/hypr/autostart.conf | 1 + .config/hypr/hypridle.conf | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/hypr/autostart.conf b/.config/hypr/autostart.conf index 9b6b818..55a1764 100644 --- a/.config/hypr/autostart.conf +++ b/.config/hypr/autostart.conf @@ -1,5 +1,6 @@ exec-once = uwsm-app -- hypridle exec-once = uwsm-app -- mako +exec-once = uwsm-app -- Enpass # exec-once = uwsm-app -- waybar exec-once = uwsm-app -- fcitx5 --disable notificationitem exec-once = uwsm-app -- swaybg -i ~/.config/station/current/background -m fill diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf index 938755a..c61a33c 100644 --- a/.config/hypr/hypridle.conf +++ b/.config/hypr/hypridle.conf @@ -6,12 +6,12 @@ general { } listener { - timeout = 150 # 2.5min + timeout = 300 # 5min on-timeout = pidof hyprlock || station-launch-screensaver # start screensaver (if we haven't locked already) } listener { - timeout = 151 # 5min + timeout = 301 # 5min on-timeout = loginctl lock-session # lock screen when timeout has passed }