dwm
dynamic window manager
git clone https://9o.is/git/dwm.git
commit 8a0196a94105e8de785dc57a7e670ed161716d9f parent 2a1bd1f43349bf00f6291ad6155582468e78613e Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Tue, 20 Oct 2015 23:10:54 +0200 config.h: use common default font, pass Xft font name to dmenu dmenu uses Xft now (soon to be released). Diffstat:
| M | config.def.h | | | 6 | ++---- |
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git 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";