dmenu

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

commit d02bc75e9127e05b3de15767428ac127161c008a
parent 0152b3786d8bc5f884363907945627880e075fcf
Author: Andrew Laack <andrew@laack.co>
Date:   Thu, 10 Jul 2025 04:52:26 -0500

Updated font for dmenu

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