summaryrefslogtreecommitdiffstats
path: root/xbindkeys/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xbindkeys/Makefile')
-rw-r--r--xbindkeys/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/xbindkeys/Makefile b/xbindkeys/Makefile
new file mode 100644
index 0000000..b89c717
--- /dev/null
+++ b/xbindkeys/Makefile
@@ -0,0 +1,9 @@
+include ../Makefile.include
+
+install:
+ @systemctl --user enable xbindkeys
+ @systemctl --user start xbindkeys
+
+uninstall:
+ @systemctl --user stop xbindkeys
+ @systemctl --user disable xbindkeys