incorporating Xft instead of cairo, cairo provides far too many options
This commit is contained in:
parent
1bdb393f81
commit
fd3c19bd55
3 changed files with 38 additions and 68 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue