summaryrefslogtreecommitdiffstats
path: root/xcape/Makefile
blob: 7d03634da9597e228443b4d5d625c3f44d2bbce8 (plain) (blame)
1
2
3
4
5
6
7
8
9
include ../Makefile.include

install:
	@systemctl --user enable xcape
	@systemctl --user start xcape

uninstall:
	@systemctl --user stop xcape
	@systemctl --user disable xcape