incorporating Xft instead of cairo, cairo provides far too many options

This commit is contained in:
anselm@garbe.us
2012-11-02 12:17:50 +01:00
parent 1bdb393f81
commit fd3c19bd55
3 changed files with 38 additions and 68 deletions

View File

@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
static const char font[] = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*";
static const char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false";
static const char normbordercolor[] = "#444444";
static const char normbgcolor[] = "#222222";
static const char normfgcolor[] = "#bbbbbb";