dmenu

customized build of dmenu, the dynamic menu for X
git clone git://src.adamsgaard.dk/dmenu
Log | Files | Refs | README | LICENSE

commit dbb31a6e629eaf1443bc532a542bb8a6b8b3729d
parent 485d0c40c2502089b55dce0aa0769c4f61ee2f2c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 30 Sep 2019 20:01:25 +0200

Try terminus instead of pragmata pro

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