blob: ced12200c491aa5d61ae6f54cacc6382a8ff5a32 (
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
|
<compiz>
<plugin name="winreflect" useBcop="true">
<_short>Window Reflections</_short>
<_long>Reflect windows in specified areas</_long>
<deps>
<requirement>
<plugin>opengl</plugin>
<plugin>composite</plugin>
</requirement>
</deps>
<options>
<option name="opacity" type="int">
<_short>Opacity</_short>
<_long>Opacity of relfected windows</_long>
<default>100</default>
<min>0</min>
<max>100</max>
</option>
<option name="reflect_docks" type="bool">
<_short>Reflect Docks</_short>
<_long>Add reflection area to docks by default. Note that this will not look correct on nonrectangular docks, they should set a hint instead</_long>
<default>false</default>
</option>
</options>
</plugin>
</compiz>
|