JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Turning on antialias by default really makes it more unreadable. Maybe if once
authorChristoph Lohmann <20h@r-36.net>
Fri, 5 Oct 2012 09:07:55 +0000 (11:07 +0200)
committerChristoph Lohmann <20h@r-36.net>
Fri, 5 Oct 2012 09:07:55 +0000 (11:07 +0200)
the majority has bigger screens, this can be turned on by default again.
Thanks pancake, for the hint.

config.def.h

index 9c64948..5c4c518 100644 (file)
@@ -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
 
 /* Space in pixels around the terminal buffer */
 #define BORDER 2