Add fontconfig

This commit is contained in:
joachimschmidt557 2019-07-14 00:16:56 +02:00
parent 9ae512788c
commit 9defe080a5
2 changed files with 68 additions and 1 deletions

View file

@ -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