From 53a800009a89405e08ddda1697fd51a3ab047ab4 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sat, 29 Mar 2014 13:09:13 -0600 Subject: [PATCH] switched font to inconsolata dwm --- dwm.config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm.config.h b/dwm.config.h index 656231e..243f67a 100644 --- a/dwm.config.h +++ b/dwm.config.h @@ -3,7 +3,7 @@ #include /*Needed for mulitmedia keys*/ /* appearance */ -static const char font[] = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*"; +static const char font[] = "-*-inconsolata-medium-r-*-*-17-*-*-*-*-*-*-*"; static const char normbordercolor[] = "#444444"; static const char normbgcolor[] = "#222222"; static const char normfgcolor[] = "#bbbbbb";