all repos — dwm @ 7e1182ce555985ff2c5860d88403888eabc6ee4b

my dwm build

config.h: use common default font, pass Xft font name to dmenu

dmenu uses Xft now (soon to be released).
Hiltjo Posthuma hiltjo@codemadness.org
Tue, 20 Oct 2015 23:10:54 +0200
commit

7e1182ce555985ff2c5860d88403888eabc6ee4b

parent

40529e1469b399114048185e1d5b7237b1cc7f3e

1 files changed, 2 insertions(+), 4 deletions(-)

jump to
M config.def.hconfig.def.h

@@ -2,11 +2,9 @@ /* See LICENSE file for copyright and license details. */

/* 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";