aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-12-26 16:04:49 +0100
committerJoe <rbo@gmx.us>2024-12-26 16:04:49 +0100
commit9c8bc4e708647be16b6c69a28603c3542db9c100 (patch)
tree18ef2626c9db480d5122b99d34c2b40fa1afcd01 /config.h
parentup (diff)
downloaddmenu-9c8bc4e708647be16b6c69a28603c3542db9c100.tar.gz
dmenu-9c8bc4e708647be16b6c69a28603c3542db9c100.tar.bz2
dmenu-9c8bc4e708647be16b6c69a28603c3542db9c100.tar.xz
dmenu-9c8bc4e708647be16b6c69a28603c3542db9c100.tar.zst
dmenu-9c8bc4e708647be16b6c69a28603c3542db9c100.zip
5.3
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index cff6ad0..812ac10 100644
--- a/config.h
+++ b/config.h
@@ -8,7 +8,7 @@ static int centered = 1; /* -c option; centers dmenu on scree
static int min_width = 500; /* minimum width when centered */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
- "Terminess Nerd Font:style=Bold:size=15"
+ "Terminess Nerd Font:style=Bold:size=16"
// "UbuntuMono Nerd Font:size=15"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */