diff options
author | zachir <zachir@librem.one> | 2023-02-20 03:45:53 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-20 03:45:53 -0600 |
commit | 3a52163eab96b628346a24c4922aa24ea2fc3bad (patch) | |
tree | 79793932c00c661e6d8746a936c2694dbb5a4b8d /config.def.h | |
parent | ee92619d4974bd0b290857941759d83539a38433 (diff) |
add relativeborder patch
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: |