dmenu

my dmenu build
git clone https://s.sonu.ch/~roket1428/dmenu.git
Log | Files | Refs | README | LICENSE

commit 5a270dfde026fc67ff53a82c6262741ae0337909
parent 2e437e5556fd12ab30b6f8535e2016eeb0e7c962
Author: roket1428 <meorhan@protonmail.com>
Date:   Tue, 31 Aug 2021 15:53:40 +0300

changed font size

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