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