dmenu

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

commit d9ac7a712eb17b0fbe4419ab4333247db47af1e5
parent d02bc75e9127e05b3de15767428ac127161c008a
Author: Andrew Laack <andrew@laack.co>
Date:   Tue, 26 Aug 2025 09:06:38 -0500

Updated default font.

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