aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-10-04 22:59:45 +0200
committerChristoph Lohmann <20h@r-36.net>2012-10-04 22:59:45 +0200
commit2752018e27420947a034d50f1ce165bbb76ae1a8 (patch)
tree6fc9729271d8a27b403110550515d47a29b93e20 /config.def.h
parent0d88f1ef75c2fe9403a72c80d6fa8ed199ec474f (diff)
downloadst-2752018e27420947a034d50f1ce165bbb76ae1a8.tar.gz
st-2752018e27420947a034d50f1ce165bbb76ae1a8.tar.bz2
This adds the fontcache dependency to try something out. Additionally the
invert mode now works as expected. In the config.def.h autohint is set to false, so the fonts are drawn correctly, without any overlapping.
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 3e6667a..9c64948 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,5 +1,5 @@
-#define FONT "Liberation Mono:pixelsize=12:antialias=true:autohint=true"
+#define FONT "Liberation Mono:pixelsize=12:antialias=true:autohint=false"
/* Space in pixels around the terminal buffer */
#define BORDER 2