Adding alpha gradient patch
This commit is contained in:
parent
99903c67d9
commit
9c0f91c892
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,11 @@
|
||||||
*/
|
*/
|
||||||
#define ALPHA_PATCH 0
|
#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.
|
/* This patch allows st to reize to any pixel size rather than snapping to character width/height.
|
||||||
* https://st.suckless.org/patches/anysize/
|
* https://st.suckless.org/patches/anysize/
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue