Browse Source

Changed default font to support more encodings; fixed issue #66

master
Bert Münnich 12 years ago
parent
commit
65d5d44696
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Makefile
  2. +1
    -1
      config.def.h

+ 1
- 1
Makefile View File

@@ -1,4 +1,4 @@
VERSION = git-20120817
VERSION = git-20120824

PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man


+ 1
- 1
config.def.h View File

@@ -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)


Loading…
Cancel
Save