Add bspwm and sxhkd
This commit is contained in:
parent
914df58098
commit
9ae512788c
3 changed files with 146 additions and 1 deletions
8
Makefile
8
Makefile
|
|
@ -17,4 +17,10 @@ vis:
|
|||
Xresources:
|
||||
install -Dm600 Xresources $(DESTDIR)/.Xresources
|
||||
|
||||
.PHONY: fish i3 vis Xresources
|
||||
bspwm:
|
||||
install -Dm700 bspwm/bspwmrc $(DESTDIR)$(PREFIX)/bspwm/bspwmrc
|
||||
|
||||
sxhkd:
|
||||
install -Dm600 sxhkd/sxhkdrc $(DESTDIR)$(PREFIX)/sxhkd/sxhkdrc
|
||||
|
||||
.PHONY: fish i3 i3status vis Xresources bspwm sxhkd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue