aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services/stumpwm/config
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-04-22 00:28:43 -0700
committerGravatar Tom Willemse2023-04-22 00:28:43 -0700
commit8e4c0c983ef37786806aa4526deea7e8ce0a95f2 (patch)
treeddc6684a9bb0230dff9e2d6eb4bcaf7c041eb25e /oni/home/services/stumpwm/config
parent1d92f09835fbd935e5df5dc12c3d55471f6109b2 (diff)
downloadnew-dotfiles-8e4c0c983ef37786806aa4526deea7e8ce0a95f2.tar.gz
new-dotfiles-8e4c0c983ef37786806aa4526deea7e8ce0a95f2.zip
Fix arguments for locking the screen
Diffstat (limited to 'oni/home/services/stumpwm/config')
-rw-r--r--oni/home/services/stumpwm/config2
1 files changed, 1 insertions, 1 deletions
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))