diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-10 09:47:16 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-10 09:47:16 +0200 |
commit | a637a716280d17f5fcb6d9dd76c41ea02549d302 (patch) | |
tree | cf65cb1b8d2b41aff9413d130c50fc963851418d | |
parent | f57fa2327d938908d57521ea03ed6fed622ee5f6 (diff) | |
download | dmenu-a637a716280d17f5fcb6d9dd76c41ea02549d302.tar.gz dmenu-a637a716280d17f5fcb6d9dd76c41ea02549d302.tar.bz2 dmenu-a637a716280d17f5fcb6d9dd76c41ea02549d302.zip |
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |