From: James Bunton Date: Sun, 14 Oct 2018 12:20:47 +0000 (+1100) Subject: Xresources: fonts X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/22e1f84de2dd76593c0fd0f99f03bb8135c1f115 Xresources: fonts --- diff --git a/.Xresources b/.Xresources index 91e499d..24b5114 100644 --- a/.Xresources +++ b/.Xresources @@ -26,3 +26,8 @@ XTerm.vt100.color12: #4879F7 XTerm.vt100.color13: #f935f8 XTerm.vt100.color14: #14f0f0 XTerm.vt100.color15: #e9ebeb + +Xft.antialias: 1 +Xft.hintstyle: hintslight +Xft.rgba: rgb +Xft.dpi: 116 diff --git a/.xsession b/.xsession index ab505cc..bbe8c7d 100755 --- a/.xsession +++ b/.xsession @@ -1,5 +1,7 @@ #! bash +xrdb -merge ~/.Xresources + # https://bugzilla.mozilla.org/show_bug.cgi?id=1276449 export MOZ_USE_XINPUT2=1