forked from RepoMirrors/bemenu
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:
parent
c9d9bcdaf5
commit
fedb1b0ab0
@ -9,7 +9,7 @@
|
||||
/**
|
||||
* Default font.
|
||||
*/
|
||||
static const char *default_font = "Fixed 9";
|
||||
static const char *default_font = "monospace 10";
|
||||
|
||||
/**
|
||||
* Default hexadecimal colors.
|
||||
|
Loading…
Reference in New Issue
Block a user