aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann2012-10-04 22:59:45 +0200
committerChristoph Lohmann2012-10-04 22:59:45 +0200
commit926206cdb0602c860963080a5db8959dc37788ff (patch)
treed745a81e2170738ce22436db2aa00db328362e99 /config.def.h
parent682e8c75212332920a1abed22fa441e1a33dc9ca (diff)
downloadaur-926206cdb0602c860963080a5db8959dc37788ff.tar.gz
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 3e6667a8dd7e..9c6494885539 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