aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-10-05 11:07:55 +0200
committerChristoph Lohmann <20h@r-36.net>2012-10-05 11:07:55 +0200
commit0ddbb0c6ccd69e43a15808bdebd11fd350243248 (patch)
tree3137a5853c51703b715e3604ecba759516c48275 /config.def.h
parentc1ef12591b95be0a1d8d93b0cf746eb23db14bb9 (diff)
downloadst-0ddbb0c6ccd69e43a15808bdebd11fd350243248.tar.gz
st-0ddbb0c6ccd69e43a15808bdebd11fd350243248.tar.bz2
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.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 9c64948..5c4c518 100644
--- a/config.def.h
+++ b/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 */
#define BORDER 2