config.h: use common default font, pass Xft font name to dmenu 7e1182ce
dmenu uses Xft now (soon to be released).
Hiltjo Posthuma · 2015-10-20 23:10 1 file(s) · +2 −4
config.def.h +2 −4
2 2
3 3
/* appearance */
4 4
static const char *fonts[] = {
5 -
    "Sans:size=10.5",
6 -
    "VL Gothic:size=10.5",
7 -
    "WenQuanYi Micro Hei:size=10.5",
5 +
	"monospace:size=10"
8 6
};
9 -
static const char dmenufont[] = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*";
7 +
static const char dmenufont[]       = "monospace:size=10";
10 8
static const char normbordercolor[] = "#444444";
11 9
static const char normbgcolor[]     = "#222222";
12 10
static const char normfgcolor[]     = "#bbbbbb";