aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-10-17 22:45:15 +0200
committerjoe <rbo@gmx.us>2025-10-17 22:45:15 +0200
commitb4b014c59aa08eb7639f8821322386acc7017470 (patch)
tree1d908b661041eb896f82c8d1ccd324a03e7621d0
parentup (diff)
downloaddmenu-b4b014c59aa08eb7639f8821322386acc7017470.tar.gz
dmenu-b4b014c59aa08eb7639f8821322386acc7017470.tar.bz2
dmenu-b4b014c59aa08eb7639f8821322386acc7017470.tar.xz
dmenu-b4b014c59aa08eb7639f8821322386acc7017470.tar.zst
dmenu-b4b014c59aa08eb7639f8821322386acc7017470.zip
font
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index bb979ac..e28d39e 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,7 +5,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears a
static int fuzzy = 1; /* -F option; if 0, dmenu doesn't use fuzzy matching */
/* -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=12"
// "BlexMono Nerd Font Medium:size=13"
// "BigBlueTermPlus Nerd Font:size=13"
};