X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/14343e69cc596b847f71f1e825d3019ab1a29aa8..7e1182ce555985ff2c5860d88403888eabc6ee4b:/config.def.h diff --git a/config.def.h b/config.def.h index eaae8f3..3fde3cf 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";