From 5c1267bbca4a51e46083219306fa158273f986ea Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Wed, 3 Apr 2019 09:07:30 -0400 Subject: [PATCH] Add fonts config which disables antialiasing for the Terminus font. --- .fonts.conf | 13 +++++++++++++ Makefile | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 .fonts.conf 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 -- 2.20.1