diff --git a/dwm.config.h b/dwm.config.h index 243f67a..9d9aa9a 100644 --- a/dwm.config.h +++ b/dwm.config.h @@ -3,7 +3,7 @@ #include /*Needed for mulitmedia keys*/ /* appearance */ -static const char font[] = "-*-inconsolata-medium-r-*-*-17-*-*-*-*-*-*-*"; +static const char font[] = "Inconsolata:size=8"; static const char normbordercolor[] = "#444444"; static const char normbgcolor[] = "#222222"; static const char normfgcolor[] = "#bbbbbb";