aboutsummaryrefslogtreecommitdiff
path: root/X/xinitrc.d/sxhkd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'X/xinitrc.d/sxhkd.sh')
-rw-r--r--X/xinitrc.d/sxhkd.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/X/xinitrc.d/sxhkd.sh b/X/xinitrc.d/sxhkd.sh
new file mode 100644
index 00000000..132d8f8a
--- /dev/null
+++ b/X/xinitrc.d/sxhkd.sh
@@ -0,0 +1,3 @@
+# Start sxhkd(1)
+command -v sxhkd >/dev/null 2>&1 || return
+sxhkd &