summaryrefslogtreecommitdiffstats
path: root/xbindkeys/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xbindkeys/Makefile')
-rw-r--r--xbindkeys/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/xbindkeys/Makefile b/xbindkeys/Makefile
index c2c5611..b89c717 100644
--- a/xbindkeys/Makefile
+++ b/xbindkeys/Makefile
@@ -1,4 +1,9 @@
include ../Makefile.include
-install: $(HOME)/.services/enabled/xbindkeys
- @mkdir -p $(HOME)/.log/xbindkeys
+install:
+ @systemctl --user enable xbindkeys
+ @systemctl --user start xbindkeys
+
+uninstall:
+ @systemctl --user stop xbindkeys
+ @systemctl --user disable xbindkeys