From 717b76ad40f90fb503b1cf47e71f83fb1fe3462b Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 18 Nov 2011 20:53:52 -0500 Subject: [PATCH] xresources: enable hinting --- .Xresources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.Xresources b/.Xresources index 978a11e..430fab1 100644 --- a/.Xresources +++ b/.Xresources @@ -4,7 +4,7 @@ Xft.antialias: true Xft.rgba: rgb Xft.hinting: true Xft.hintstyle: hintfull -Xft.autohint: false +Xft.autohint: true Xft.lcdfilter: lcddefault ! --[ Rodent ]---------------------------------------------- @@ -40,7 +40,7 @@ URxvt.keysym.M-s: perl:keyboard-select:search ! --[ URxvt - colors ]-------------------------------------- URxvt.depth: 32 -URxvt.background: rgba:0000/0000/0000/bbbb +URxvt.background: rgba:2222/2222/2222/bbbb URxvt.foreground:#eeeeee ! --[ Color Scheme ]----------------------------------------