summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-05-10 09:47:16 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-05-10 09:47:16 +0200
commita637a716280d17f5fcb6d9dd76c41ea02549d302 (patch)
treecf65cb1b8d2b41aff9413d130c50fc963851418d
parentf57fa2327d938908d57521ea03ed6fed622ee5f6 (diff)
downloaddmenu-a637a716280d17f5fcb6d9dd76c41ea02549d302.tar.gz
dmenu-a637a716280d17f5fcb6d9dd76c41ea02549d302.tar.bz2
dmenu-a637a716280d17f5fcb6d9dd76c41ea02549d302.zip
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index ed20764..909b9a5 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[] = {
- "JetBrains Mono Nerd:size=10"
+ "JetBrains Mono Nerd:size=11"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */