summaryrefslogtreecommitdiffstats
path: root/unclutter/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-23 00:30:00 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-23 00:30:00 -0500
commitd75c8ca206b72668fc54cf200767fce494d0b6aa (patch)
treea980e943e109b847716f088c15ea8a16a7d5cbfb /unclutter/Makefile
parentcb766adef3a4b3db2d051afb5281d7213e21939a (diff)
downloadconf-d75c8ca206b72668fc54cf200767fce494d0b6aa.tar.gz
conf-d75c8ca206b72668fc54cf200767fce494d0b6aa.zip
convert unclutter to systemd
Diffstat (limited to 'unclutter/Makefile')
-rw-r--r--unclutter/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/unclutter/Makefile b/unclutter/Makefile
index 9dc4b1f..04bc432 100644
--- a/unclutter/Makefile
+++ b/unclutter/Makefile
@@ -1,4 +1,9 @@
include ../Makefile.include
-install: $(HOME)/.services/enabled/unclutter
- @mkdir -p $(HOME)/.log/unclutter
+install:
+ @systemctl --user enable unclutter
+ @systemctl --user start unclutter
+
+uninstall:
+ @systemctl --user stop unclutter
+ @systemctl --user disable unclutter