From 79eea41bca2f5b334f552c50243a175f69c792b5 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 10 Sep 2016 04:01:51 +0300 Subject: [PATCH] lib/X11/fonts: add Xft settings --- lib/X11/fonts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/X11/fonts b/lib/X11/fonts index 8549f16..6a54aba 100644 --- a/lib/X11/fonts +++ b/lib/X11/fonts @@ -59,3 +59,9 @@ # define H2_FONT -*-helvetica-bold-r-normal-*-18-*-*-*-*-*-iso10646-1 # define H1_FONT -*-helvetica-bold-r-normal-*-20-*-*-*-*-*-iso10646-1 #endif + +Xft.antialias: true +Xft.dpi: 96 +Xft.hinting: full +Xft.hintstyle: hintslight +Xft.rgba: rgb -- 2.39.2