From 48b72735c06c4119e2fbed2343663cc15fc5c4f7 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 24 Aug 2024 07:22:57 +0900 Subject: Init --- st/config.h | 2 +- st/st | Bin 124704 -> 124704 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/st/config.h b/st/config.h index 81187d8..a310e47 100644 --- a/st/config.h +++ b/st/config.h @@ -11,7 +11,7 @@ static char *fonts[] = { "Hack Nerd Font Mono:pixelsize=16:antialias=ture:autohint=true", }; static size_t currentfont = 0; -static char *font2[] = { "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true" }; +static char *font2[] = { "NotoColorEmoji:pixelsize=8:antialias=true:autohint=true" }; static int borderpx = 2; diff --git a/st/st b/st/st index 8bcc7cb..a1bf5d0 100755 Binary files a/st/st and b/st/st differ -- cgit v1.2.3