Use monospace 10 instead of fixed 9 by default

Matches the dmenu default, monospace instead of font name is more
robust.
This commit is contained in:
Jari Vetoniemi 2019-12-19 16:58:05 +02:00
parent c9d9bcdaf5
commit fedb1b0ab0

View File

@ -9,7 +9,7 @@
/**
* Default font.
*/
static const char *default_font = "Fixed 9";
static const char *default_font = "monospace 10";
/**
* Default hexadecimal colors.