diff --git a/config.def.h b/config.def.h index 869bc3b..2d634cd 100644 --- a/config.def.h +++ b/config.def.h @@ -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";