From 1ff22f85e75f71d46380916ab87bc9b427df342a Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Thu, 8 Dec 2022 00:19:11 +0100 Subject: fixed missing comma in fonts --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 4613af6..18c19a2 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "monospace:size=10" + "monospace:size=10", "JoyPixels:size=10:antialias=true:autohint=true" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ -- cgit v1.2.3