dmenu

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

commit ede89500e759584d95ae84ea3f0e41a6e1483e1f
parent edb984df94de4b81e85735a597b0233bdd835c79
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 24 Sep 2020 14:36:27 +0200

revert to terminus

Diffstat:
Mconfig.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.h b/config.h @@ -4,8 +4,8 @@ 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=11" - /* "terminus:size=24" */ + /* "pragmatapro:size=11" */ + "terminus:size=12" /* "dina:size=9:antialias=false" */ }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */