aboutsummaryrefslogtreecommitdiffstats
path: root/oni
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-03-16 22:22:32 -0700
committerGravatar Tom Willemse2023-03-16 22:22:32 -0700
commit826e0c69433e358df3dc1d057975eb882009b7a9 (patch)
tree7694316f75886dd86354a7e8bcca08b67e6d835f /oni
parent7d079e89736d723931abc2ac02f2284b893bc2a4 (diff)
downloadnew-dotfiles-826e0c69433e358df3dc1d057975eb882009b7a9.tar.gz
new-dotfiles-826e0c69433e358df3dc1d057975eb882009b7a9.zip
Make running i3lock unaware of the location of i3lock
Right now this works fine, but once I remove ‘/usr/bin/i3lock’ and install it with Guix the path will change completely.
Diffstat (limited to 'oni')
-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 544096c..ac26c9f 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
- "/usr/bin/i3lock" '("--nofork" "--color=000000")
+ *shell-program* '("-c" "i3lock" "--nofork" "--color=000000")
:wait nil
:status-hook #'run-screen-unlocked-hook))