From 3c79bcb40808c31a9f8f47538f4f8d5c489b7f60 Mon Sep 17 00:00:00 2001 From: Lucas Gabriel Vuotto Date: Sat, 13 Feb 2016 18:42:14 -0300 Subject: Added xft support Based on xft tabbed patch from the wiki. Signed-off-by: Lucas Gabriel Vuotto Signed-off-by: Christoph Lohmann <20h@r-36.net> --- 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 9facec5..989992c 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[] = "-*-*-medium-*-*-*-14-*-*-*-*-*-*-*"; +static const char font[] = "monospace:size=9"; static const char* normbgcolor = "#222222"; static const char* normfgcolor = "#cccccc"; static const char* selbgcolor = "#555555"; -- cgit v1.2.3