diff options
author | Bert Münnich <ber.t@gmx.com> | 2012-02-12 19:06:07 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@gmx.com> | 2012-02-12 19:06:07 +0100 |
commit | 7177270c10b51f60753f45070565ac2fb7e130db (patch) | |
tree | 120c4fe243ed7c3c7d5669454356b09fada1dec9 /config.def.h | |
parent | b8458271fba9929831dcc71d86c205fb52578e3a (diff) |
Changed default font string, removed missing fontset warnings
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index f455111..9dbd74d 100644 --- a/config.def.h +++ b/config.def.h @@ -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) |