index.md (552B)
1 Alpha 2 ===== 3 4 Description 5 ----------- 6 This patch create 32bit window in tabbed. This allows to handle windows with 7 transparency. 8 9 Note that *you need an X composite manager* (e.g. compton, xcompmgr) to make 10 this patch effective. 11 12 If you want to use transparency in st with this patch, you also need to replace 13 14 #define USE_ARGB (alpha != OPAQUE && opt_embed == NULL) 15 16 by 17 18 #define USE_ARGB (alpha != OPAQUE) 19 20 in st.c 21 22 Download 23 -------- 24 * [alpha.diff](alpha.diff) (3.8k) (28 Feb 2017) 25 26 Author 27 ------ 28 * Sébastien Dailly - `<contact at chimrod dot com>`