Changed default font string, removed missing fontset warnings

This commit is contained in:
Bert Münnich
2012-02-12 19:06:07 +01:00
parent b8458271fb
commit 7177270c10
2 changed files with 2 additions and 5 deletions

View File

@ -9,7 +9,7 @@ enum {
/* bar font:
* (see X(7) section "FONT NAMES" for valid values)
*/
static const char * const BAR_FONT = "6x13";
static const char * const BAR_FONT = "fixed";
/* colors:
* (see X(7) section "COLOR NAMES" for valid values)