st

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

commit 6f01219364edfe400c5eb07ec3de13da80e2f45a
parent 3cfacee2cbc484a884e95c853d9d7591ffe92b9a
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Fri,  4 Jul 2025 13:04:06 +0900

add symbola

Diffstat:
Mconfig.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.h b/config.h @@ -8,6 +8,7 @@ static char *font = "Go Mono:pixelsize=14:antialias=true:autohint=true"; /* Spare fonts */ static char *font2[] = { + "Symbola:pixelsize=14", "Noto Color Emoji:pixelsize=14:antialias=true:autohint=true", "Noto Serif CJK JP:pixelsize=14:antialias=true:autohint=true", };