summaryrefslogtreecommitdiff
path: root/st
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-10 18:21:57 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-10 18:21:57 +0900
commitbeba15e3f81a7bcf69a08627cbdef8546adc8e81 (patch)
treef8924cb55f5440f6d999e212d113b47a692392d3 /st
parenta94d054ef4523031dda39e34fa4900679da7b406 (diff)
modified st/config.h
Diffstat (limited to 'st')
-rw-r--r--st/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/st/config.h b/st/config.h
index c7e8091..0f630b0 100644
--- a/st/config.h
+++ b/st/config.h
@@ -6,12 +6,12 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *fonts[] = {
- "monospace:pixelsize=18:antialias=true:autohint=true",
- "nerdmono:pixelsize=18:antialias=true:autohint=true",
- "ko:pixelsize=18:antialias=true:autohint=true",
+ "monospace:pixelsize=16:antialias=true:autohint=true",
+ "nerdmono:pixelsize=16:antialias=true:autohint=true",
+ "ko:pixelsize=16:antialias=true:autohint=true",
};
static size_t currentfont = 0;
-static char *font2[] = { "NotoColorEmoji:pixelsize=14:antialias=true:autohint=true" };
+static char *font2[] = { "NotoColorEmoji:pixelsize=12:antialias=true:autohint=true" };
static int borderpx = 2;
/*