I'm suggesting this change because truetyped fonts with antialias are hard to read, probably more than transparent terminals.
Note that i have copypasted this diff from an st terminal, so there are spaces
at the end of each line (this was not happening before) [pancake@bitbox st]$ hg diff diff -r f80a970a2fda config.def.h --- a/config.def.h Fri Oct 05 09:38:10 2012 +0200 +++ b/config.def.h Fri Oct 05 10:46:01 2012 +0200 @@ -1,5 +1,5 @@ -#define FONT "Liberation Mono:pixelsize=12:antialias=true:autohint=false" +#define FONT "Liberation Mono:pixelsize=12:antialias=false:autohint=false" /* Space in pixels around the terminal buffer */ #define BORDER 2
