dmenu

My custom build of dmenu.
git clone https://git.mtkn.jp/dmenu
Log | Files | Refs | README | LICENSE

commit 3999e330d9c9d120b9039f2b3a7ed9f42ba58783
parent c5c98b2b261f41d148eaef44e0c6429dfa7e4a16
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Mon, 14 Oct 2024 07:36:27 +0900

change font to Go Mono

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[] = { - "DejaVu Sans Mono:size=7", - "Noto Serif CJK JP:size=7", + "Go Mono:size=12", + "Noto Serif CJK JP:size=12", }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = {