From: Siraaj Khandkar Date: Wed, 3 Apr 2019 13:07:30 +0000 (-0400) Subject: Add fonts config X-Git-Url: https://git.xandkar.net/?a=commitdiff_plain;h=5c1267bbca4a51e46083219306fa158273f986ea;hp=6f759ba4265a4c6c94eb25a6225e257f5adf784e;p=khome.git Add fonts config which disables antialiasing for the Terminus font. --- diff --git a/.fonts.conf b/.fonts.conf new file mode 100644 index 0000000..fd2d17a --- /dev/null +++ b/.fonts.conf @@ -0,0 +1,13 @@ + + + + ~/.fonts + + + Terminus + + + false + + + diff --git a/Makefile b/Makefile index 45086eb..7ad28bf 100644 --- a/Makefile +++ b/Makefile @@ -6,3 +6,5 @@ install: @cp -Rp bin $(HOME)/ @cp -Rp lib $(HOME)/ @cp .profile $(HOME)/ + @cp .fonts.conf $(HOME)/ + @fc-cache $(HOME)/.fonts