~ubuntu-branches/ubuntu/trusty/compiz/trusty

« back to all changes in this revision

Viewing changes to metadata/decor.xml.in

  • Committer: Dennis kasprzyk
  • Author(s): Dennis Kasprzyk
  • Date: 2009-03-15 05:09:18 UTC
  • Revision ID: git-v1:163f6b6f3c3b7764987cbdf8e03cc355edeaa499
New generalized build system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<compiz>
2
 
    <plugin name="decor">
3
 
        <_short>Window Decoration</_short>
4
 
        <_long>Window decorations</_long>
5
 
        <feature>decorations</feature>
6
 
        <deps>
7
 
            <relation type="before">
8
 
                <plugin>fade</plugin>
9
 
                <plugin>cube</plugin>
10
 
                <plugin>scale</plugin>
11
 
                <plugin>wobbly</plugin>
12
 
            </relation>
13
 
            <relation type="after">
14
 
                <plugin>composite</plugin>
15
 
                <plugin>opengl</plugin>
16
 
            </relation>
17
 
        </deps>
18
 
        <options>
19
 
            <option name="shadow_radius" type="float">
20
 
                <_short>Shadow Radius</_short>
21
 
                <_long>Drop shadow radius</_long>
22
 
                <default>8.0</default>
23
 
                <min>0.1</min>
24
 
                <max>18.0</max>
25
 
                <precision>0.1</precision>
26
 
            </option>
27
 
            <option name="shadow_opacity" type="float">
28
 
                <_short>Shadow Opacity</_short>
29
 
                <_long>Drop shadow opacity</_long>
30
 
                <default>0.5</default>
31
 
                <min>0.01</min>
32
 
                <max>6.0</max>
33
 
                <precision>0.01</precision>
34
 
            </option>
35
 
            <option name="shadow_color" type="color">
36
 
                <_short>Shadow Color</_short>
37
 
                <_long>Drop shadow color</_long>
38
 
            </option>
39
 
            <option name="shadow_x_offset" type="int">
40
 
                <_short>Shadow Offset X</_short>
41
 
                <_long>Drop shadow X offset</_long>
42
 
                <default>1</default>
43
 
                <min>-16</min>
44
 
                <max>16</max>
45
 
            </option>
46
 
            <option name="shadow_y_offset" type="int">
47
 
                <_short>Shadow Offset Y</_short>
48
 
                <_long>Drop shadow Y offset</_long>
49
 
                <default>1</default>
50
 
                <min>-16</min>
51
 
                <max>16</max>
52
 
            </option>
53
 
            <option name="command" type="string">
54
 
                <_short>Command</_short>
55
 
                <_long>Decorator command line that is executed if no decorator is already running</_long>
56
 
            </option>
57
 
            <option name="mipmap" type="bool">
58
 
                <_short>Mipmap</_short>
59
 
                <_long>Allow mipmaps to be generated for decoration textures</_long>
60
 
                <default>false</default>
61
 
            </option>
62
 
            <option name="decoration_match" type="match">
63
 
                <_short>Decoration windows</_short>
64
 
                <_long>Windows that should be decorated</_long>
65
 
                <default>any</default>
66
 
            </option>
67
 
            <option name="shadow_match" type="match">
68
 
                <_short>Shadow windows</_short>
69
 
                <_long>Windows that should have a shadow</_long>
70
 
                <default>any</default>
71
 
            </option>
72
 
        </options>
73
 
    </plugin>
74
 
</compiz>