st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
Log | Files | Refs | README | LICENSE

commit dbf9e9475cdb4ef4d4ace2920c9d6183396fd466
parent c3ed7be89326918e3affa2909986d3f9c69732d1
Author: Loic Coyle <loic.coyle@hotmail.fr>
Date:   Fri,  7 May 2021 00:46:04 +0200

add RELATIVEBORDER_PATCH check

Diffstat:
Mconfig.def.h | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -239,7 +239,11 @@ ResourcePref resources[] = { { "blinktimeout", INTEGER, &blinktimeout }, { "bellvolume", INTEGER, &bellvolume }, { "tabspaces", INTEGER, &tabspaces }, + #if RELATIVEBORDER_PATCH + { "borderperc", INTEGER, &borderperc }, + #else { "borderpx", INTEGER, &borderpx }, + #endif // RELATIVEBORDER_PATCH { "cwscale", FLOAT, &cwscale }, { "chscale", FLOAT, &chscale }, #if ALPHA_PATCH