summaryrefslogtreecommitdiff
path: root/st/config.h
diff options
context:
space:
mode:
authorSoominIm <111330163+SoominIm@users.noreply.github.com>2024-03-06 20:37:25 -0600
committerSoominIm <111330163+SoominIm@users.noreply.github.com>2024-03-06 20:37:25 -0600
commite8e227086bb0027f51cebdf53b22c85666cb466a (patch)
treec4c246e2996ae271fde1427e908e46d255e50486 /st/config.h
parentc5076bd88fde9704f7223d9478cecc7ca236edcf (diff)
Inputs
Diffstat (limited to 'st/config.h')
-rwxr-xr-xst/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/st/config.h b/st/config.h
index cc99183..733f5ac 100755
--- a/st/config.h
+++ b/st/config.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "mono:pixelsize=12:antialias=true:autohint=true";
+static char *font = "mono:pixelsize=10:antialias=true:autohint=true";
static char *font2[] = {
"NotoColorEmoji:pixelsize=10:antialias=true:autohint=true"};
static int borderpx = 2;