From e6d252396176f23e5d075099668fd55c2c4f0221 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Mon, 4 May 2015 22:09:53 +0200 Subject: [PATCH 4/4] config.def.h: use monospace as default font also use Xft font name to pass to dmenu. --- config.def.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config.def.h b/config.def.h index eaae8f3..3fde3cf 100644 --- a/config.def.h +++ b/config.def.h @@ -2,11 +2,9 @@ /* appearance */ static const char *fonts[] = { - "Sans:size=10.5", - "VL Gothic:size=10.5", - "WenQuanYi Micro Hei:size=10.5", + "monospace:size=10" }; -static const char dmenufont[] = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*"; +static const char dmenufont[] = "monospace:size=10"; static const char normbordercolor[] = "#444444"; static const char normbgcolor[] = "#222222"; static const char normfgcolor[] = "#bbbbbb"; -- 2.3.7