From 8e4c0c983ef37786806aa4526deea7e8ce0a95f2 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 22 Apr 2023 00:28:43 -0700 Subject: Fix arguments for locking the screen --- oni/home/services/stumpwm/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oni/home/services') diff --git a/oni/home/services/stumpwm/config b/oni/home/services/stumpwm/config index 8c9d238..59c628e 100644 --- a/oni/home/services/stumpwm/config +++ b/oni/home/services/stumpwm/config @@ -22,7 +22,7 @@ Run `*screen-locking-hook*' before locking it and run `*screen-unlocked-hook*' after it has been unlocked." (run-hook *screen-locking-hook*) (sb-ext:run-program - *shell-program* '("-c" "i3lock" "--nofork" "--color=000000") + *shell-program* '("-c" "i3lock --nofork --color=000000") :wait nil :status-hook #'run-screen-unlocked-hook)) -- cgit v1.2.3-54-g00ecf