|
|
@ -6,7 +6,7 @@
|
|
|
|
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
|
|
|
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
static char *font = "mono:pixelsize=16:antialias=true:autohint=true";
|
|
|
|
static char *font = "mono:pixelsize=16:antialias=true:autohint=true";
|
|
|
|
static int borderpx = 8;
|
|
|
|
static int borderpx = 2;
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* What program is execed by st depends of these precedence rules:
|
|
|
|
* What program is execed by st depends of these precedence rules:
|
|
|
@ -115,8 +115,8 @@ static const char *colorname[] = {
|
|
|
|
* Default colors (colorname index)
|
|
|
|
* Default colors (colorname index)
|
|
|
|
* foreground, background, cursor, reverse cursor
|
|
|
|
* foreground, background, cursor, reverse cursor
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
unsigned int defaultfg = 257;
|
|
|
|
unsigned int defaultfg = 15;
|
|
|
|
unsigned int defaultbg = 256;
|
|
|
|
unsigned int defaultbg = 0;
|
|
|
|
static unsigned int defaultcs = 15;
|
|
|
|
static unsigned int defaultcs = 15;
|
|
|
|
static unsigned int defaultrcs = 0;
|
|
|
|
static unsigned int defaultrcs = 0;
|
|
|
|
|
|
|
|
|
|
|
|