blob: 1914304c17a6cdc50f75bc436690fec19e42e90b (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
<compiz>
<plugin name="minimize">
<_short>Minimize Effect</_short>
<_long>Transform windows when they are minimized and unminimized</_long>
<deps>
<relation type="before">
<plugin>cube</plugin>
<plugin>scale</plugin>
</relation>
</deps>
<screen>
<option name="speed" type="float">
<_short>Speed</_short>
<_long>Minimize speed</_long>
<default>1.5</default>
<min>0.1</min>
<max>50.0</max>
<precision>0.1</precision>
</option>
<option name="timestep" type="float">
<_short>Timestep</_short>
<_long>Minimize timestep</_long>
<default>0.5</default>
<min>0.1</min>
<max>50.0</max>
<precision>0.1</precision>
</option>
<option name="window_match" type="match">
<_short>Minimize Windows</_short>
<_long>Windows that should be transformed when minimized</_long>
<default>toolbar | utility | dialog | normal</default>
</option>
<option name="shade_resistance" type="int">
<_short>Shade Resistance</_short>
<_long>Shade resistance</_long>
<default>75</default>
<min>0</min>
<max>100</max>
</option>
</screen>
</plugin>
</compiz>
|