diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2022-05-20 21:51:54 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2022-05-20 22:24:30 +1200 |
commit | 4b4e2e084103dd568b53e9b9a506f1a9c2b3310b (patch) | |
tree | 13b978b5f25908891aed95e1228d095ead9b1208 /sxhkd | |
parent | Merge branch 'release/v12.5.0' into develop (diff) | |
download | dotfiles-4b4e2e084103dd568b53e9b9a506f1a9c2b3310b.tar.gz dotfiles-4b4e2e084103dd568b53e9b9a506f1a9c2b3310b.zip |
Use sh for shell for sxhkd
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/xsession.d/sxhkd.sh | 3 |
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 & |