diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 7baf499..1969a54 100644 --- a/config.def.h +++ b/config.def.h @@ -4,6 +4,8 @@ * appearance * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html + * borderperc: percentage of cell width to use as a border + * 0 = no border, 100 = border width is same as cell width */ static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; /* Spare fonts */ @@ -13,7 +15,7 @@ static char *font2[] = { "Symbola:pixelsize=12:antialias=true:autohint=true" }; -static int borderpx = 2; +static int borderperc = 2; /* * What program is execed by st depends of these precedence rules: |