diff options
author | Dennis Kasprzyk <onestone@compiz-fusion.org> | 2009-03-15 06:15:26 +0100 |
---|---|---|
committer | Dennis kasprzyk <onestone@compiz-fusion.org> | 2009-03-15 06:15:26 +0100 |
commit | c579970d3b62220cd2ba54e9330963554769a86c (patch) | |
tree | 0080485a7b9f05557928e2ca3b5af379e5715c80 /metadata/minimize.xml.in | |
parent | ed8f8dbb6da323eac58cdefaf07cbc0e6dd5ba69 (diff) | |
download | zcomp-c579970d3b62220cd2ba54e9330963554769a86c.tar.gz zcomp-c579970d3b62220cd2ba54e9330963554769a86c.tar.bz2 |
Moved all not yet ported files into legacy directory.
Diffstat (limited to 'metadata/minimize.xml.in')
-rw-r--r-- | metadata/minimize.xml.in | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/metadata/minimize.xml.in b/metadata/minimize.xml.in deleted file mode 100644 index 4968549..0000000 --- a/metadata/minimize.xml.in +++ /dev/null @@ -1,43 +0,0 @@ -<compiz> - <plugin name="minimize"> - <_short>Minimize Effect</_short> - <_long>Transform windows when they are minimized and unminimized</_long> - <feature>windowanimations</feature> - <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> |