]> git.armaanb.net Git - dwm.git/commitdiff
config.h: use common default font, pass Xft font name to dmenu
authorHiltjo Posthuma <hiltjo@codemadness.org>
Tue, 20 Oct 2015 21:10:54 +0000 (23:10 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Tue, 20 Oct 2015 21:10:54 +0000 (23:10 +0200)
dmenu uses Xft now (soon to be released).

config.def.h

index eaae8f3b023699a8c10646670d82d502581adb06..3fde3cf1d6ec06babc21129e0b832f07df239d14 100644 (file)
@@ -2,11 +2,9 @@
 
 /* appearance */
 static const char *fonts[] = {
-    "Sans:size=10.5",
-    "VL Gothic:size=10.5",
-    "WenQuanYi Micro Hei:size=10.5",
+       "monospace:size=10"
 };
-static const char dmenufont[] = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*";
+static const char dmenufont[]       = "monospace:size=10";
 static const char normbordercolor[] = "#444444";
 static const char normbgcolor[]     = "#222222";
 static const char normfgcolor[]     = "#bbbbbb";