Introduction
Introduction Statistics Contact Development Disclaimer Help
index.md - sites - public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log
Files
Refs
---
index.md (552B)
---
1 Alpha
2 =====
3
4 Description
5 -----------
6 This patch create 32bit window in tabbed. This allows to handle windows …
7 transparency.
8
9 Note that *you need an X composite manager* (e.g. compton, xcompmgr) to …
10 this patch effective.
11
12 If you want to use transparency in st with this patch, you also need to …
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>`
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.