From beba15e3f81a7bcf69a08627cbdef8546adc8e81 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:21:57 +0900 Subject: modified st/config.h --- st/config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'st/config.h') 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; /* -- cgit v1.2.3