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

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

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