switched font to inconsolata dwm

This commit is contained in:
2014-03-29 13:09:13 -06:00
parent eacae4ea3e
commit 53a800009a
+1 -1
View File
@@ -3,7 +3,7 @@
#include <X11/XF86keysym.h> /*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";