diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |