From d5701d30bd71a823e4d6a048e034c1b04ccb20d6 Mon Sep 17 00:00:00 2001 From: Daniel Heras Quesada Date: Wed, 10 Sep 2025 22:09:58 +0200 Subject: [PATCH] feat: emoji support added --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index 2dccbff..b284dce 100644 --- a/config.h +++ b/config.h @@ -6,6 +6,7 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "JetBrainsMono NFP:pixelsize=16:antialias=true:autohint=true"; +static char *font2[] = { "JoyPixels:pixelsize=16:antialias=true:autohint=true" }; static int borderpx = 22; /*