summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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";