summaryrefslogtreecommitdiff
path: root/st/config.h
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-08-24 07:22:57 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-08-24 07:22:57 +0900
commit48b72735c06c4119e2fbed2343663cc15fc5c4f7 (patch)
tree96362dc1d27ca9bd6e4b97978c8f9c88e191052c /st/config.h
parent256ce3fed4441dbd247158d24e1753c1faa44a83 (diff)
Init
Diffstat (limited to 'st/config.h')
-rw-r--r--st/config.h2
1 files changed, 1 insertions, 1 deletions
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;