fix: fonts array

fonts not in the array couldn't be tweaked through xrdb
This commit is contained in:
David JULIEN 2022-11-04 20:56:14 +01:00
parent aa43e52021
commit 4af8e13709
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ static char font[] = "monospace:size=10";
static char symbols[] = "monospace:size=10";
static char japan[] = "monospace:size=10";
static char dmenufont[] = "monospace:size=10";
static const char *fonts[] = { font };
static const char *fonts[] = { font, symbols, japan };
static char normbgcolor[] = "#222222";
static char normbordercolor[] = "#444444";
static char normfgcolor[] = "#bbbbbb";