From cf7a36c3bab8af6dfc3abf8338fd9dc05340db9a Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Tue, 21 Oct 2025 19:44:43 +0200 Subject: [PATCH] Fix screenlock --- tree/.local/bin/screenlock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree/.local/bin/screenlock b/tree/.local/bin/screenlock index c49aa5a..2f6897d 100755 --- a/tree/.local/bin/screenlock +++ b/tree/.local/bin/screenlock @@ -9,4 +9,4 @@ if ps -e | grep " $LOCKPROG\$" exit 1 end -$LOCKPROG $argv +ba $LOCKPROG $argv