aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-05-20 21:51:54 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-05-20 22:24:30 +1200
commit4b4e2e084103dd568b53e9b9a506f1a9c2b3310b (patch)
tree13b978b5f25908891aed95e1228d095ead9b1208
parentMerge branch 'release/v12.5.0' into develop (diff)
downloaddotfiles-4b4e2e084103dd568b53e9b9a506f1a9c2b3310b.tar.gz
dotfiles-4b4e2e084103dd568b53e9b9a506f1a9c2b3310b.zip
Use sh for shell for sxhkd
-rw-r--r--sxhkd/xsession.d/sxhkd.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/sxhkd/xsession.d/sxhkd.sh b/sxhkd/xsession.d/sxhkd.sh
index 1b286c1f..d52396c9 100644
--- a/sxhkd/xsession.d/sxhkd.sh
+++ b/sxhkd/xsession.d/sxhkd.sh
@@ -1,2 +1,3 @@
# Start sxhkd(1)
-sxhkd &
+SXHKD_SHELL=$(command -pv sh) \
+ sxhkd &