Browse Source

Turning on antialias by default really makes it more unreadable. Maybe if once

the majority has bigger screens, this can be turned on by default again.
Thanks pancake, for the hint.
Christoph Lohmann 12 năm trước cách đây
mục cha
commit
5caa46cf57
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      config.def.h

+ 1 - 1
config.def.h

@@ -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 */
 /* Space in pixels around the terminal buffer */
 #define BORDER 2
 #define BORDER 2