summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 2824f5b..5765c3d 100644
--- a/config.h
+++ b/config.h
@@ -6,8 +6,8 @@ static int topbar = 1; /* -b option; if 0, dmenu appears a
/* -fn option overrides fonts[0]; default X11 font or font set */
static char font[] = "Neo Comic Mono:size=14";
static const char *fonts[] = {
- "Noto Color Emoji:size=14",
font,
+ "Noto Color Emoji:size=14",
};
static char *prompt = NULL; /* -p option; prompt to the left of input field */
Software created with 💖