aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiltjo Posthuma2015-10-20 23:10:54 +0200
committerHiltjo Posthuma2015-10-20 23:10:54 +0200
commit6578f31300e06139afdf5c839bd47017907be1df (patch)
tree3f87f2b9f0dd544d40a2bdb94cadb0b1cbe3468e
parent713f871bd5fd16f60483e7c2a1228a47ad8b91ef (diff)
downloadaur-6578f31300e06139afdf5c839bd47017907be1df.tar.gz
config.h: use common default font, pass Xft font name to dmenu
dmenu uses Xft now (soon to be released).
-rw-r--r--config.def.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index eaae8f3b0236..3fde3cf1d6ec 100644
--- a/config.def.h
+++ b/config.def.h
@@ -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";