From bb52f0ef9dc3177ab41539e7b4ffc28b6f48c80c Mon Sep 17 00:00:00 2001 From: piotrruss Date: Sun, 7 Apr 2024 23:35:26 +0200 Subject: add 2nd font for emoji --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 0e0aa57..f17f1ed 100644 --- a/config.h +++ b/config.h @@ -9,7 +9,7 @@ static const int topbar = 1; /* 0 means bottom bar */ static const double activeopacity = 1.0f; /* Window opacity when it's focused (0 <= opacity <= 1) */ static const double inactiveopacity = 0.85f; /* Window opacity when it's inactive (0 <= opacity <= 1) */ static Bool bUseOpacity = True; /* Starts with opacity on any unfocused windows */ -static const char *fonts[] = { "Terminus:size=12" }; +static const char *fonts[] = { "Terminus:size=12", "NotoColorEmoji:pixelsize=12" }; static const char dmenufont[] = "Terminus:size=12"; static const char col_cyan[] = "#1793d0"; static const char col_white[] = "#ffffff"; -- cgit v1.2.3