From e3c65d5a361e50a1abf3c069e1b622431e598c2e Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Sun, 14 Aug 2022 23:27:08 +0300 Subject: empty string for font2 --- 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 e14d0b1..ccc36cb 100644 --- a/config.def.h +++ b/config.def.h @@ -6,7 +6,7 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "monospace:size=9:antialias=true:autohint=true"; -static char *font2[] = { }; +static char *font2[] = { "" }; static int borderpx = 2; -- cgit v1.2.3