aboutsummaryrefslogtreecommitdiff
path: root/sxhkd
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-07-29 10:59:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-07-29 10:59:25 +1200
commitfa7c81108e8fb0c7e0c6c24fb5213956339cd69c (patch)
tree14faaa8fc00576bb3a795a15e7c13d700859ebb7 /sxhkd
parentTidy up comments for POSIX interactive scripts (diff)
downloaddotfiles-fa7c81108e8fb0c7e0c6c24fb5213956339cd69c.tar.gz
dotfiles-fa7c81108e8fb0c7e0c6c24fb5213956339cd69c.zip
Spruce up X config a bit, remove Thunar daemon
Better to let dbus activate it, I think.
Diffstat (limited to 'sxhkd')
-rw-r--r--sxhkd/xsession.d/sxhkd.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/sxhkd/xsession.d/sxhkd.sh b/sxhkd/xsession.d/sxhkd.sh
index d52396c9..ca0e27e3 100644
--- a/sxhkd/xsession.d/sxhkd.sh
+++ b/sxhkd/xsession.d/sxhkd.sh
@@ -1,3 +1,2 @@
-# Start sxhkd(1)
-SXHKD_SHELL=$(command -pv sh) \
- sxhkd &
+# Start X hotkey daemon
+sxhkd &