blob: 40624209764ec64f904bdb37b1e0feb57c31fc37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<compiz>
<plugin name="fakeargb" useBcop="true">
<_short>Color Opacity</_short>
<_long>Alter window opacity based on color.</_long>
<category>Extras</category>
<deps>
<requirement>
<plugin>composite</plugin>
<plugin>opengl</plugin>
</requirement>
<relation type="after>
<plugin>composite</plugin>
<plugin>opengl</plugin>
</relation>
</deps>
<options>
<option name="window_toggle_key" type="key">
<_short>Toggle Window Fake ARGB</_short>
<_long>Toggle window fake ARGB.</_long>
<default><Super>f</default>
</option>
<option name="window_toggle_button" type="button">
<_short>Toggle Window Fake ARGB</_short>
<_long>Toggle window fake ARGB.</_long>
</option>
</options>
</plugin>
</compiz>
|