dmenu

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

commit e96f499f0f48def1eae82e9496e77dacd820e07b
parent bddb18ef65c738f050f96780e8eeae2fd02349b2
Author: Andrew Laack <andrew@laack.co>
Date:   Tue, 17 Feb 2026 14:01:52 -0600

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