index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (1338B) | |
--- | |
1 clientopacity | |
2 ============= | |
3 | |
4 Description | |
5 ----------- | |
6 This patch adds default transparency parameters to config.h which specif… | |
7 | |
8 It also adds opacities to the ruleset, enabling override of the opacitie… | |
9 | |
10 Additionally, it adds some shortcuts: | |
11 | |
12 * [Alt]+[Shift]+[a] -> increase focus opacity of currently focused window | |
13 * [Alt]+[Shift]+[s] -> decrease focus opacity of currently focused window | |
14 | |
15 * [Alt]+[Shift]+[z] -> increase unfocus opacity of currently focused win… | |
16 * [Alt]+[Shift]+[x] -> decrease unfocus opacity of currently focused win… | |
17 | |
18 It is based on the transparency patch of Christop Lohmann. | |
19 | |
20 20220612-d3f93c7 Version | |
21 ------------------------ | |
22 This earlier version restricts control to focussed opacity, and has diff… | |
23 | |
24 * [Alt]+[Shift]+[Numpad_Add] -> increase opacity of currently focused wi… | |
25 * [Alt]+[Shift]+[Numpad_Subtract] -> decrease opacity of currently focus… | |
26 | |
27 Download | |
28 -------- | |
29 * [dwm-clientopacity-6.4.diff](dwm-clientopacity-6.4.diff) | |
30 * [dwm-clientopacity-20220612-d3f93c7.diff](dwm-clientopacity-20220612-d… | |
31 | |
32 Authors | |
33 ------- | |
34 * Fabian Blatz - fabian.blatz at gmail period com | |
35 * John Urquhart Ferguson (sympodius) - <[email protected]> (6.4 port wi… |