summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index e341155..797d5ef 100644
--- a/config.def.h
+++ b/config.def.h
@@ -10,7 +10,7 @@ static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const int user_bh = 22; /* 2 is the default spacing around the bar's font */
static const char *fonts[] = { "JetBrainsMono Nerd Font:style=Regular:size=10" };
-static const char dmenufont[] = fonts[0];
+static const char dmenufont[] = "JetBrainsMono Nerd Font:style=Regular:size=10";
static const char col_gray1[] = "#282828";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";