st

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

commit c2472436087305170d69c65dd1cf11107b6de1c1
parent 6ba99f91eefb320f306b85e8cb47279d8d6370a9
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Mon, 14 Oct 2024 07:36:02 +0900

change font to Go Mono

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

diff --git a/config.h b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "DejaVu Sans Mono:pixelsize=14:antialias=true:autohint=true"; +static char *font = "Go Mono:pixelsize=14:antialias=true:autohint=true"; /* Spare fonts */ static char *font2[] = { "Noto Color Emoji:pixelsize=14:antialias=true:autohint=true",