aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index c8b0212..eb617a3 100644
--- a/config.def.h
+++ b/config.def.h
@@ -7,7 +7,11 @@ static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
-static const char *fonts[] = { "monospace:size=11" };
+static const char *fonts[] = {
+ "Noto Sans Mono:size=11",
+ "Noto Sans Mono CJK SC:size=11",
+ "Noto Color Emoji:size=11"
+};
static const char dmenufont[] = "monospace:size=11";
/*