|
@@ -10,8 +10,8 @@ static const unsigned int gappov = 0; /* vert outer gap between windows
|
|
|
static const int smartgaps = 1; /* 1 means no outer gap when there is only one window */
|
|
|
static const int showbar = 1; /* 0 means no bar */
|
|
|
static const int topbar = 1; /* 0 means bottom bar */
|
|
|
-static const char *fonts[] = { "Hack:size=10" };
|
|
|
-static const char dmenufont[] = "Hack:size=10";
|
|
|
+static const char *fonts[] = { "Hack:pixelsize=14" };
|
|
|
+static const char dmenufont[] = "Hack:pixelsize=14";
|
|
|
static char normbgcolor[] = "#222222";
|
|
|
static char normbordercolor[] = "#444444";
|
|
|
static char normfgcolor[] = "#bbbbbb";
|