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 235c21bb63529664d7f757b4a4ab564954a33f1d
parent df1dc969e1da488e38055d1490ada47923764dd6
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 24 Sep 2020 12:27:46 +0200

Use large terminus font

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