feat: emoji support added

This commit is contained in:
2025-09-10 22:09:58 +02:00
parent 3465362aba
commit d5701d30bd

View File

@@ -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;
/*