Improving the fonts in X11.

Posted: 1059 days ago | Tags: , , ,
This is mostly for my own memory. I always forget to enable font hinting and anti-aliasing when I do a re-install. I’m surprised I lasted as long as a week without doing anything about this.
Xft.antialias: 1
Xft.dpi: 96.000000
Xft.hinting: 1
Xft.hintstyle: hintnone
Xft.rgba: rgb

This goes into ~/.Xdefaults on most distributions.