From e9e0e19a98896160c897814fb6eadb3351c40ac6 Mon Sep 17 00:00:00 2001 From: pants Date: Mon, 22 Dec 2025 22:26:59 -0800 Subject: [PATCH] get that font size down --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 096cae0..326ffa7 100644 --- a/config.def.h +++ b/config.def.h @@ -7,7 +7,7 @@ static int min_width = 500; /* minimum width when centered */ static const float menu_height_ratio = 4.0f; /* This is the ratio used in the original calculation */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "CascadiaMono:size=16" + "CascadiaMono:size=14" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = {