From faee9887533f65c5b93ee15244cc8d0364900b85 Mon Sep 17 00:00:00 2001 From: filippo-ferrari Date: Sat, 27 Jan 2024 20:52:26 +0100 Subject: [PATCH] changed st font size --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index c86daa3..9f9d49c 100644 --- a/config.h +++ b/config.h @@ -6,7 +6,7 @@ * 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=10:antialias=true:autohint=true" }; +static char *font2[] = { "NotoColorEmoji:pixelsize=12:antialias=true:autohint=true" }; static int borderpx = 2; /*