diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-08-24 07:22:57 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-08-24 07:22:57 +0900 |
| commit | 48b72735c06c4119e2fbed2343663cc15fc5c4f7 (patch) | |
| tree | 96362dc1d27ca9bd6e4b97978c8f9c88e191052c /st/config.h | |
| parent | 256ce3fed4441dbd247158d24e1753c1faa44a83 (diff) | |
Init
Diffstat (limited to 'st/config.h')
| -rw-r--r-- | st/config.h | 2 |
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; |
