From 0abab10fe6d41bde18472424c63fd109590b274e Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 9 Jan 2025 04:36:43 +0900 Subject: modified st/config.h --- st/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'st') 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" }; -- cgit v1.2.3