From 44ea04bd0810fda54721f02f98757b58375469ad Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Mon, 7 Feb 2022 21:46:41 +0000 Subject: Add fallback font to avoid crash on unknown gliphs --- config.def.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 19e15f2..5b41523 100644 --- a/config.def.h +++ b/config.def.h @@ -8,7 +8,8 @@ static char *font = "Bitstream Vera Sans Mono:size=9"; static char *font2[] = { "Twitter Color Emoji:size=9", - "ForkAwesome:size=9" + "ForkAwesome:size=9", + "Symbola:size=9", }; static int borderpx = 2; -- cgit v1.2.3