|
|
@ -8,10 +8,6 @@ |
|
|
|
static char *font = "xos4 Terminus:bold:pixelsize=14"; |
|
|
|
static int borderpx = 1; |
|
|
|
|
|
|
|
/* disable bold and italic font styles */ |
|
|
|
// int disablebold = 1; |
|
|
|
// int disableitalic = 1; |
|
|
|
|
|
|
|
/* |
|
|
|
* What program is execed by st depends of these precedence rules: |
|
|
|
* 1: program passed with -e |
|
|
@ -79,7 +75,7 @@ const int boxdraw_braille = 0; |
|
|
|
static int bellvolume = 0; |
|
|
|
|
|
|
|
/* default TERM value */ |
|
|
|
char *termname = "st-direct"; |
|
|
|
char *termname = "st-256color"; |
|
|
|
|
|
|
|
/* |
|
|
|
* spaces per tab |
|
|
|