From 6111ee1341260763bfb1ea92b21aa2f5c43d25d3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 6 May 2026 12:35:40 +0200 Subject: [PATCH] Reduce screen off after system lock to 3s --- bin/omarchy-system-lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-system-lock b/bin/omarchy-system-lock index ac62867c..9a2765f6 100755 --- a/bin/omarchy-system-lock +++ b/bin/omarchy-system-lock @@ -24,7 +24,7 @@ fi pkill -f org.omarchy.screensaver ( - sleep 10 + sleep 3 pidof hyprlock >/dev/null || exit 0 omarchy-brightness-keyboard off omarchy-brightness-display off