From 3a52163eab96b628346a24c4922aa24ea2fc3bad Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 20 Feb 2023 03:45:53 -0600 Subject: add relativeborder patch --- config.def.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.def.h') 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: -- cgit v1.2.3