about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAcid Bong <acid-bong@cock.lt>2022-10-20 22:04:37 +0300
committerAcid Bong <acid-bong@cock.lt>2022-10-20 22:04:37 +0300
commitd6231a11c3e6f123263c15557d3057587fbabaab (patch)
tree5f65b9e202c6c87dbd958afde5dc5e47ae766e04
parent46b002c48e73fdf5c52412f398864e882e07283c (diff)
downloaddwm-d6231a11c3e6f123263c15557d3057587fbabaab.tar.gz
nerd fonts and monochrome emoji support
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 89df6de..2386978 100644
--- a/config.def.h
+++ b/config.def.h
@@ -12,7 +12,7 @@ static const int showsystray        = 1;     /* 0 means no systray */
 static const int focusonwheel       = 0;
 static const int showbar            = 1;     /* 0 means no bar */
 static const int topbar             = 1;     /* 0 means bottom bar */
-static const char *fonts[]          = { "monospace:size=10" };
+static const char *fonts[]          = { "monospace:size=10", "Symbola:size=10", "Symbols Nerd Font Mono:size=10" };
 /* pywal integration */
 #include "colors-wal.h"