From 7bd45d71c458f099d7a0e320e2d33924e77aea7a Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:02:41 +0900 Subject: Init --- st/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'st') diff --git a/st/config.h b/st/config.h index 8b1108a..d9e7a2e 100644 --- a/st/config.h +++ b/st/config.h @@ -6,9 +6,9 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *fonts[] = { - "mono:pixelsize=16:antialias=true:autohint=true", - "FiraCode Nerd Font Mono:pixelsize=16:antialias=ture:autohint=true", - "Hack Nerd Font Mono:pixelsize=16:antialias=ture:autohint=true", + "mono:pixelsize=18:antialias=true:autohint=true", + "FiraCode Nerd Font Mono:pixelsize=18:antialias=ture:autohint=true", + "Hack Nerd Font Mono:pixelsize=18:antialias=ture:autohint=true", }; static size_t currentfont = 0; static char *font2[] = { "NotoColorEmoji:pixelsize=8:antialias=true:autohint=true" }; -- cgit v1.2.3