From 26adaa667aed344a705ec1cb0111ed003b205c6c Mon Sep 17 00:00:00 2001 From: filippo-ferrari Date: Sun, 28 Jan 2024 14:22:29 +0100 Subject: [PATCH] changed st font size --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 9f9d49c..678cebd 100644 --- a/config.h +++ b/config.h @@ -5,8 +5,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "mono:pixelsize=12:antialias=true:autohint=true"; -static char *font2[] = { "NotoColorEmoji:pixelsize=12:antialias=true:autohint=true" }; +static char *font = "mono:pixelsize=16:antialias=true:autohint=true"; +static char *font2[] = { "NotoColorEmoji:pixelsize=16:antialias=true:autohint=true" }; static int borderpx = 2; /*