diff options
author | anselm@garbe.us <unknown> | 2012-11-18 10:56:54 +0100 |
---|---|---|
committer | anselm@garbe.us <unknown> | 2012-11-18 10:56:54 +0100 |
commit | 61fe833a062b0e027ec48ed7c7adeb2ed63089d3 (patch) | |
tree | bd6e1775834c08f0158e4d645c1a9c93a1b8b644 /config.def.h | |
parent | 917e28163420b643e2d08b26dfba796d8d468d9b (diff) |
reverting to plain X11 fonts in order to implement draw.c default
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 7fb4d82..8fd5d4a 100644 --- a/config.def.h +++ b/config.def.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false"; +static const char font[] = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*"; static const char normbordercolor[] = "#444444"; static const char normbgcolor[] = "#222222"; static const char normfgcolor[] = "#bbbbbb"; |