From 4407a3de54e0239ab1354d63cc6408051474fce2 Mon Sep 17 00:00:00 2001 From: vxid Date: Tue, 9 Apr 2019 11:27:32 +0200 Subject: Add Xresources font support --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 1e9beb0..a1c123a 100644 --- a/config.def.h +++ b/config.def.h @@ -7,6 +7,7 @@ enum { }; /* bar font: + * overwritten by the 'font' X resource property. * (see fonts-conf(5) subsection "FONT NAMES" for valid values) */ static const char * const BAR_FONT = "monospace:size=8"; -- cgit v1.2.3-54-g00ecf