From b91179ab6a7d5b8699b7d8986f8afbf3ee07ef1d Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 9 Nov 2023 13:26:33 +0900 Subject: [PATCH] Lockscreen timeout correction --- config/hypr/configs/Execs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/configs/Execs.conf b/config/hypr/configs/Execs.conf index a577776..7e25d2a 100644 --- a/config/hypr/configs/Execs.conf +++ b/config/hypr/configs/Execs.conf @@ -48,7 +48,7 @@ exec-once = $scriptsDir/RainbowBorders.sh # sway-idle with lock only -exec-once = swayidle -w timeout 1200 '$lock' timeout 1200 +exec-once = swayidle -w timeout 1200 '$lock' # sway-idle with lock and sleep #exec-once = swayidle -w timeout 1200 '$lock' timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$lock' # sway idle without lock