# HG changeset patch # User Meredith Howard # Date 1486619408 18000 # Node ID 542f7efa51d0ec2fe02b46ddd84ef13c3fb7e08e # Parent efce0f59ef14b7f4efda5826069106881b5f5528 push preferred fontconfig everywhere diff --git a/.Xdefaults b/.Xdefaults --- a/.Xdefaults +++ b/.Xdefaults @@ -1,7 +1,15 @@ -URxvt.foreground: #DFDFDF -URxvt.background: #070707 -URxvt.font: xft:monospace-10 +Xft.antialias: 1 +Xft.autohint: 0 +Xft.hinting: 1 +Xft.hintstyle: hintslight +Xft.lcdfilter: lcdlight +Xft.rgba: rgb + +Rxvt.foreground: #DFDFDF +Rxvt.background: #070707 +Rxvt.font: xft:monospace-10 +URxvt.letterSpace: -1 URxvt.scrollstyle: plain URxvt.scrollBar_right: true diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -1,5 +1,4 @@ - @@ -27,5 +26,14 @@ DejaVu Sans Mono + + + true + false + true + hintslight + lcdlight + rgb +