From 9ff05296c245f1d02a38fc65c8eb22522c52d996 Mon Sep 17 00:00:00 2001 From: Kusoneko Date: Thu, 13 Oct 2022 04:48:36 -0400 Subject: Change emoji font --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 87dc3d5..dce8a78 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears a /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { "MesloLGS NF:pixelsize=14:antialias=true:autohint=true", - "Joy Pixels:pixelsize=10:antialias=true:autohint=true", + "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true", "IPAGothic:pixelsize=14:antialias=true:autohint=true" }; static const unsigned int bgalpha = 0xe0; -- cgit 1.4.1