From 3d64c7f9b68d55763f3c96601b50980e69228fbf Mon Sep 17 00:00:00 2001 From: Jasper Spahl Date: Wed, 8 Jul 2020 15:28:00 +0200 Subject: [PATCH] changes emoji size --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 178ff11..25b52da 100644 --- a/config.h +++ b/config.h @@ -6,7 +6,7 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "Fira Code Nerd Font:pixelsize=14:antialias=true:autohint=true"; -static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; +static char *font2[] = { "JoyPixels:pixelsize=12:antialias=true:autohint=true" }; static int borderpx = 2; /*