From e544512dbf119d1d65c000f21e417c5cb7b15159 Mon Sep 17 00:00:00 2001 From: Shweet Date: Sun, 28 May 2023 16:15:42 -0400 Subject: [PATCH] first commit --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 4a92e40..ef60b01 100755 --- a/config.h +++ b/config.h @@ -6,7 +6,7 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "terminus: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 = 5; /*