From fd3c19bd550e346d515c8e124c7fa55599a1aa22 Mon Sep 17 00:00:00 2001 From: "anselm@garbe.us" Date: Fri, 2 Nov 2012 12:17:50 +0100 Subject: incorporating Xft instead of cairo, cairo provides far too many options --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 8fd5d4a..7fb4d82 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[] = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*"; +static const char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false"; static const char normbordercolor[] = "#444444"; static const char normbgcolor[] = "#222222"; static const char normfgcolor[] = "#bbbbbb"; -- cgit v1.2.3-54-g00ecf