Explorar el Código

Use pixelsize for font size

Frans Bergman hace 5 años
padre
commit
88974f547c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      config.h

+ 2 - 2
config.h

@@ -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";