st-flexipatch

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

commit 9c0f91c8922dd83c268b5927957cb8ee693850b2
parent 99903c67d92ab500d77361b5a35fe0651577506d
Author: bakkeby <bakkeby@gmail.com>
Date:   Mon, 15 Feb 2021 14:38:06 +0100

Adding alpha gradient patch

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

diff --git a/patches.def.h b/patches.def.h @@ -16,6 +16,11 @@ */ #define ALPHA_PATCH 0 +/* Adds gradient transparency to st, depends on the alpha patch. + * https://st.suckless.org/patches/gradient/ + */ +#define ALPHA_GRADIENT_PATCH 0 + /* This patch allows st to reize to any pixel size rather than snapping to character width/height. * https://st.suckless.org/patches/anysize/ */