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

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

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