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 +- dmenu | Bin 43392 -> 43400 bytes dmenu.o | Bin 32368 -> 32400 bytes 3 files changed, 1 insertion(+), 1 deletion(-) 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 */ diff --git a/dmenu b/dmenu index 4d9054f..326979d 100755 Binary files a/dmenu and b/dmenu differ diff --git a/dmenu.o b/dmenu.o index 01ec35c..dd0e11a 100644 Binary files a/dmenu.o and b/dmenu.o differ -- cgit v1.2.3