diff --git a/patches.def.h b/patches.def.h index eec0b9f..c100421 100644 --- 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/ */