dwm

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

commit 7e9bc74c2220ec5210e857c6cd8408631a510687
parent 247a7bca0767bf931c1eac89748a2e956d204dfb
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Mon, 14 Oct 2024 07:35:40 +0900

change font

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

diff --git a/config.h b/config.h @@ -5,8 +5,8 @@ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "DejaVu Sans Mono:size=12", "Noto Serif CJK JP:size=12", "Font Awesome 5 Free:size=12", "Noto Color Emoji:size=12"}; -static const char dmenufont[] = "monospace:size=8"; +static const char *fonts[] = { "Go Mono:size=12", "Noto Serif CJK JP:size=12", "Font Awesome 5 Free:size=12", "Noto Color Emoji:size=12"}; +static const char dmenufont[] = "Go Mono:size=8"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb";