From afe4f6ecec4ca6b62eb3a2aa5e681e8001782c02 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 9 Oct 2017 02:45:03 +0200 Subject: Update default font settings --- .config/xresources/font.xdefaults | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.config/xresources/font.xdefaults b/.config/xresources/font.xdefaults index 3a8816e..30be885 100644 --- a/.config/xresources/font.xdefaults +++ b/.config/xresources/font.xdefaults @@ -1,3 +1,7 @@ ! Xft Settings ! -Xft.dpi: 94.0 -Xft.antialias: true +Xft.dpi: 96.0 +Xft.antialias: 1 +Xft.hintstyle: hintslight +Xft.lcdfilter: lcddefault +Xft.rgba: rgb +Xft.hinting: 1 -- cgit