Add fontconfig
This commit is contained in:
parent
9ae512788c
commit
9defe080a5
2 changed files with 68 additions and 1 deletions
6
Makefile
6
Makefile
|
|
@ -23,4 +23,8 @@ bspwm:
|
|||
sxhkd:
|
||||
install -Dm600 sxhkd/sxhkdrc $(DESTDIR)$(PREFIX)/sxhkd/sxhkdrc
|
||||
|
||||
.PHONY: fish i3 i3status vis Xresources bspwm sxhkd
|
||||
fontconfig:
|
||||
install -Dm600 fontconfig/fonts.conf $(DESTDIR)$(PREFIX)/fontconfig/fonts.conf
|
||||
fc-cache
|
||||
|
||||
.PHONY: fish i3 i3status vis Xresources bspwm sxhkd fontconfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue