From 0efe764fbff54f2735ece414f454c2e867d69038 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 23 Feb 2024 00:33:20 -0500 Subject: convert xcape to systemd --- xcape/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'xcape/Makefile') diff --git a/xcape/Makefile b/xcape/Makefile index 2a3718f..7d03634 100644 --- a/xcape/Makefile +++ b/xcape/Makefile @@ -1,4 +1,9 @@ include ../Makefile.include -install: $(HOME)/.services/enabled/xcape - @mkdir -p $(HOME)/.log/xcape +install: + @systemctl --user enable xcape + @systemctl --user start xcape + +uninstall: + @systemctl --user stop xcape + @systemctl --user disable xcape -- cgit v1.2.3-54-g00ecf