aboutsummaryrefslogtreecommitdiff
path: root/X/xinitrc.d/sxhkd.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-02-25 21:34:23 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-02-25 21:34:23 +1300
commit3d6829b47722828aa336b7644555ddbc5239cc39 (patch)
tree001600bf51ed4767682d5e206aec192a8bce7f10 /X/xinitrc.d/sxhkd.sh
parentAdd basic ex/vi settings (diff)
downloaddotfiles-3d6829b47722828aa336b7644555ddbc5239cc39.tar.gz
dotfiles-3d6829b47722828aa336b7644555ddbc5239cc39.zip
Switch from xbindkeys to sxhkd
Smaller, easier
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 &