From c280129cef4ff2e8667b8700c9bdf671fdd7c8ef Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Sat, 6 Aug 2016 15:27:58 +0200 Subject: Use Xft for font loading and text drawing --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index f3cc71e..bfa1338 100644 --- a/config.def.h +++ b/config.def.h @@ -7,9 +7,9 @@ enum { }; /* bar font: - * (see X(7) section "FONT NAMES" for valid values) + * (see fonts-conf(5) subsection "FONT NAMES" for valid values) */ -static const char * const BAR_FONT = "-*-fixed-medium-r-*-*-13-*-*-*-*-60-*-*"; +static const char * const BAR_FONT = "monospace:size=8"; /* colors: * (see X(7) section "COLOR NAMES" for valid values) -- cgit v1.2.3-54-g00ecf