summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-09 04:36:43 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-09 04:36:43 +0900
commit0abab10fe6d41bde18472424c63fd109590b274e (patch)
treed1fe8548ddff165cdf61f2ac46fc138f79e9d444
parent452d546246849a612f410816b2fca59472ed674b (diff)
modified st/config.h
-rw-r--r--st/config.h1
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" };