diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-09 04:36:43 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-09 04:36:43 +0900 |
| commit | 0abab10fe6d41bde18472424c63fd109590b274e (patch) | |
| tree | d1fe8548ddff165cdf61f2ac46fc138f79e9d444 | |
| parent | 452d546246849a612f410816b2fca59472ed674b (diff) | |
modified st/config.h
| -rw-r--r-- | st/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/st/config.h b/st/config.h index 504dfd2..c7e8091 100644 --- a/st/config.h +++ b/st/config.h @@ -8,6 +8,7 @@ static char *fonts[] = { "monospace:pixelsize=18:antialias=true:autohint=true", "nerdmono:pixelsize=18:antialias=true:autohint=true", + "ko:pixelsize=18:antialias=true:autohint=true", }; static size_t currentfont = 0; static char *font2[] = { "NotoColorEmoji:pixelsize=14:antialias=true:autohint=true" }; |
