~compiz-team/compiz-core/compiz-core.decorator

« back to all changes in this revision

Viewing changes to metadata/minimize.xml.in

  • Committer: Dennis kasprzyk
  • Author(s): Dennis Kasprzyk
  • Date: 2009-03-15 05:15:26 UTC
  • Revision ID: git-v1:c579970d3b62220cd2ba54e9330963554769a86c
Moved all not yet ported files into legacy directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<compiz>
2
 
    <plugin name="minimize">
3
 
        <_short>Minimize Effect</_short>
4
 
        <_long>Transform windows when they are minimized and unminimized</_long>
5
 
        <feature>windowanimations</feature>
6
 
        <deps>
7
 
            <relation type="before">
8
 
                <plugin>cube</plugin>
9
 
                <plugin>scale</plugin>
10
 
            </relation>
11
 
        </deps>
12
 
        <screen>
13
 
            <option name="speed" type="float">
14
 
                <_short>Speed</_short>
15
 
                <_long>Minimize speed</_long>
16
 
                <default>1.5</default>
17
 
                <min>0.1</min>
18
 
                <max>50.0</max>
19
 
                <precision>0.1</precision>
20
 
            </option>
21
 
            <option name="timestep" type="float">
22
 
                <_short>Timestep</_short>
23
 
                <_long>Minimize timestep</_long>
24
 
                <default>0.5</default>
25
 
                <min>0.1</min>
26
 
                <max>50.0</max>
27
 
                <precision>0.1</precision>
28
 
            </option>
29
 
            <option name="window_match" type="match">
30
 
                <_short>Minimize Windows</_short>
31
 
                <_long>Windows that should be transformed when minimized</_long>
32
 
                <default>toolbar | utility | dialog | normal</default>
33
 
            </option>
34
 
            <option name="shade_resistance" type="int">
35
 
                <_short>Shade Resistance</_short>
36
 
                <_long>Shade resistance</_long>
37
 
                <default>75</default>
38
 
                <min>0</min>
39
 
                <max>100</max>
40
 
            </option>
41
 
        </screen>
42
 
    </plugin>
43
 
</compiz>