feat(emojies): add support

This commit is contained in:
2024-09-14 23:39:50 +04:00
parent f7b397d0cb
commit f4100cdc22
6 changed files with 2294 additions and 2 deletions

View File

@@ -5,7 +5,10 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "FiraCode Nerd Font Propo:pixelsize=13";
static char *font = "FiraCode Nerd Font Propo:pixelsize=13:antialias=true:autohint=true";
static char *font2[] = {
"Noto Color Emoji:pixelsize=13:antialias=true:autohint=true",
};
static int borderpx = 5;
/*