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 edb984df94de4b81e85735a597b0233bdd835c79
parent fa9ff786aec044e8a83756d920136d5e02bf5002
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 24 Sep 2020 13:54:05 +0200

use pragmatapro

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

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