diff options
author | Bert Münnich <ber.t@gmx.com> | 2012-08-24 18:25:03 +0200 |
---|---|---|
committer | Bert Münnich <ber.t@gmx.com> | 2012-08-24 18:25:03 +0200 |
commit | 65d5d4469610a375d9fb9a5b7b269aaad98334e0 (patch) | |
tree | 9b599405ce6b21f5e3a863a072f10dcfcff57386 /config.def.h | |
parent | fd519ffc40bdd13d8b418b6f95cf28ae6a167d7d (diff) |
Changed default font to support more encodings; fixed issue #66
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 42e1774..cd89b5f 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 = "fixed"; +static const char * const BAR_FONT = "-*-fixed-medium-r-*-*-13-*-*-*-*-60-*-*"; /* colors: * (see X(7) section "COLOR NAMES" for valid values) |