st-flexipatch

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

commit 8a3cd6e45489d49e13a1c700359446c7d27cbd35
parent c3ed7be89326918e3affa2909986d3f9c69732d1
Author: Stein Gunnar Bakkeby <bakkeby@gmail.com>
Date:   Fri,  7 May 2021 09:08:26 +0200

Merge pull request #18 from loiccoyle/fix_xresources_relativeborder

XRESOURCES_PATCH with RELATIVEBORDER_PATCH
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