fix: fonts array
fonts not in the array couldn't be tweaked through xrdb
This commit is contained in:
parent
aa43e52021
commit
4af8e13709
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user