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

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

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