aboutsummaryrefslogtreecommitdiff
path: root/sxhkd/xsession.d/sxhkd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sxhkd/xsession.d/sxhkd.sh')
-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 &