~linaro-graphics-wg/compiz-plugins-main/oneiric-gles2

« back to all changes in this revision

Viewing changes to winrules/winrules.xml.in

  • Committer: Sam Spilsbury
  • Date: 2011-09-20 07:43:55 UTC
  • Revision ID: sam.spilsbury@canonical.com-20110920074355-puzdutejjwsu3ta2
Sync - Remove Plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<compiz>
2
 
        <!-- winrules metadata -->
3
 
        <plugin name="winrules" useBcop="true">
4
 
                <_short>Window Rules</_short>
5
 
                <_long>Set windows rules</_long>
6
 
                <category>Window Management</category>
7
 
                <deps>
8
 
                        <relation type="after">
9
 
                            <plugin>opengl</plugin>
10
 
                            <plugin>composite</plugin>
11
 
                            <plugin>decor</plugin>
12
 
                        </relation>
13
 
                        <requirement>
14
 
                            <plugin>regex</plugin>
15
 
                        </requirement>
16
 
                </deps>
17
 
                <options>
18
 
                        <group>
19
 
                                <_short>Matches</_short>
20
 
                                <option name="skiptaskbar_match" type="match">
21
 
                                        <_short>Skip taskbar</_short>
22
 
                                        <_long>Don't show application in taskbar</_long>
23
 
                                        <default/>
24
 
                                </option>
25
 
                                <option name="skippager_match" type="match">
26
 
                                        <_short>Skip pager</_short>
27
 
                                        <_long>Don't show application in pager</_long>
28
 
                                        <default/>
29
 
                                </option>
30
 
                                <option name="above_match" type="match">
31
 
                                <_short>Above</_short>
32
 
                                        <_long>Above others windows</_long>
33
 
                                        <default/>
34
 
                                </option>
35
 
                                <option name="below_match" type="match">
36
 
                                        <_short>Below</_short>
37
 
                                        <_long>Below others windows</_long>
38
 
                                        <default/>
39
 
                                </option>
40
 
                                <option name="sticky_match" type="match">
41
 
                                        <_short>Sticky</_short>
42
 
                                        <_long>Sticky windows</_long>
43
 
                                        <default/>
44
 
                                </option>
45
 
                                <option name="fullscreen_match" type="match">
46
 
                                        <_short>Fullscreen</_short>
47
 
                                        <_long>Fullscreen windows</_long>
48
 
                                        <default/>
49
 
                                    </option>
50
 
                                <option name="maximize_match" type="match">
51
 
                                        <_short>Maximized</_short>
52
 
                                        <_long>Maximized windows</_long>
53
 
                                    <default/>
54
 
                                </option>
55
 
                                <option name="no_argb_match" type="match">
56
 
                                        <_short>No ARGB visuals</_short>
57
 
                                        <_long>Windows that should be treated as not supporting transparency</_long>
58
 
                                        <default/>
59
 
                                </option>
60
 
                                <option name="no_move_match" type="match">
61
 
                                        <_short>Non movable windows</_short>
62
 
                                        <_long>Set window as non movable</_long>
63
 
                                        <default/>
64
 
                                </option>
65
 
                                <option name="no_resize_match" type="match">
66
 
                                        <_short>Non resizable windows</_short>
67
 
                                        <_long>Set window as non resizable</_long>
68
 
                                        <default/>
69
 
                                </option>
70
 
                                <option name="no_minimize_match" type="match">
71
 
                                        <_short>Non minimizable windows</_short>
72
 
                                        <_long>Set window as non minimizable</_long>
73
 
                                        <default/>
74
 
                                </option>
75
 
                                <option name="no_maximize_match" type="match">
76
 
                                        <_short>Non maximizable windows</_short>
77
 
                                        <_long>Set window as non maximizable</_long>
78
 
                                        <default/>
79
 
                                </option>
80
 
                                <option name="no_close_match" type="match">
81
 
                                        <_short>Non closable windows</_short>
82
 
                                        <_long>Set window as non closable</_long>
83
 
                                        <default/>
84
 
                                </option>
85
 
                                <option name="no_focus_match" type="match">
86
 
                                        <_short>No focus</_short>
87
 
                                        <_long>Windows will not have focus</_long>
88
 
                                        <default/>
89
 
                                </option>
90
 
                        </group>
91
 
                        <group>
92
 
                                <_short>Size rules</_short>
93
 
                                <subgroup>
94
 
                                        <_short>Fixed Size Windows</_short>
95
 
                                        <option name="size_matches" type="list">
96
 
                                                <_short>Sized Windows</_short>
97
 
                                                <_long>Windows that should be resized by default</_long>
98
 
                                                <type>match</type>
99
 
                                        </option>
100
 
                                        <option name="size_width_values" type="list">
101
 
                                                <_short>Width</_short>
102
 
                                                <_long>Width values</_long>
103
 
                                                <type>int</type>
104
 
                                                <min>0</min>
105
 
                                                <max>4096</max>
106
 
                                                <default>500</default>
107
 
                                        </option>
108
 
                                        <option name="size_height_values" type="list">
109
 
                                                <_short>Height</_short>
110
 
                                                <_long>Height values</_long>
111
 
                                                <type>int</type>
112
 
                                                <min>0</min>
113
 
                                                <max>4096</max>
114
 
                                                <default>500</default>
115
 
                                        </option>
116
 
                                </subgroup>
117
 
                        </group>
118
 
                </options>
119
 
        </plugin>
120
 
</compiz>