dmenu

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit bddb18ef65c738f050f96780e8eeae2fd02349b2
parent d9ac7a712eb17b0fbe4419ab4333247db47af1e5
Author: andrew.laack <andrew.laack@imbue.com>
Date:   Thu, 28 Aug 2025 08:59:38 -0500

Changed font size.

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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[] = { - "FiraCode:size=10" + "FiraCode:size=12" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = {