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