From ad20cd63c3c045931259543465861e7efd2e9e10 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Thu, 7 Apr 2016 13:12:01 -0700 Subject: [PATCH] Add font hinting --- .Xdefaults | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.Xdefaults b/.Xdefaults index 5172e98..95e1454 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -18,8 +18,13 @@ *color14: rgb:a1/b5/cd *color15: rgb:de/de/de -Xft*antialias: true -Xft*dpi: 96 +Xft.autohint: 0 +Xft.dpi: 150 +Xft.antialias: true +Xft.rgba: rgb +Xft.hinting: true +Xft.hintstyle: hintslight +Xft.lcdfilter: lcddefault URxvt*scrollBar: false URxvt*background: rgba:0000/0000/0000/dddd URxvt.depth: 32