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

« back to all changes in this revision

Viewing changes to ring/ring.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
 
<?xml version="1.0"?>
2
 
<compiz>
3
 
        <plugin name="ring" useBcop="true">
4
 
                <_short>Ring Switcher</_short>
5
 
                <_long>Ring Switcher</_long>
6
 
                <category>Window Management</category>
7
 
                <deps>
8
 
                        <relation type="after">
9
 
                                <plugin>text</plugin>
10
 
                                <plugin>switcher</plugin>
11
 
                                <plugin>staticswitcher</plugin>
12
 
                                <plugin>decor</plugin>
13
 
                        </relation>
14
 
                        <requirement>
15
 
                                <plugin>opengl</plugin>
16
 
                        </requirement>
17
 
                </deps>
18
 
                <options>
19
 
                        <group>
20
 
                                <_short>Key bindings</_short>
21
 
                                <option name="next_key" type="key">
22
 
                                        <_short>Next Window</_short>
23
 
                                        <_long>Show switcher if not visible and select next window.</_long>
24
 
                                        <default>&lt;Super&gt;Tab</default>
25
 
                                </option>
26
 
                                <option name="next_button" type="button">
27
 
                                        <_short>Next Window</_short>
28
 
                                        <_long>Show switcher if not visible and select next window.</_long>
29
 
                                </option>
30
 
                                <option name="prev_key" type="key">
31
 
                                        <_short>Previous Window</_short>
32
 
                                        <_long>Show switcher if not visible and select previous window.</_long>
33
 
                                        <default>&lt;Super&gt;&lt;Shift&gt;Tab</default>
34
 
                                </option>
35
 
                                <option name="prev_button" type="button">
36
 
                                        <_short>Previous Window</_short>
37
 
                                        <_long>Show switcher if not visible and select previous window.</_long>
38
 
                                </option>
39
 
                                <option name="next_all_key" type="key">
40
 
                                        <_short>Next Window (All Workspaces)</_short>
41
 
                                        <_long>Show switcher if not visible and select next window out of all windows.</_long>
42
 
                                        <default>&lt;Super&gt;&lt;Alt&gt;Tab</default>
43
 
                                </option>
44
 
                                <option name="next_all_button" type="button">
45
 
                                        <_short>Next Window (All Workspaces)</_short>
46
 
                                        <_long>Show switcher if not visible and select next window out of all windows.</_long>
47
 
                                </option>
48
 
                                <option name="prev_all_key" type="key">
49
 
                                        <_short>Previous Window (All Workspaces)</_short>
50
 
                                        <_long>Show switcher if not visible and select previous window out of all windows.</_long>
51
 
                                        <default>&lt;Super&gt;&lt;Shift&gt;&lt;Alt&gt;Tab</default>
52
 
                                </option>
53
 
                                <option name="prev_all_button" type="button">
54
 
                                        <_short>Previous Window (All Workspaces)</_short>
55
 
                                        <_long>Show switcher if not visible and select previous window out of all windows.</_long>
56
 
                                </option>
57
 
                                <option name="next_group_key" type="key">
58
 
                                        <_short>Next Window (Group)</_short>
59
 
                                        <_long>Show switcher if not visible and select next window of the current application.</_long>
60
 
                                </option>
61
 
                                <option name="next_group_button" type="button">
62
 
                                        <_short>Next Window (Group)</_short>
63
 
                                        <_long>Show switcher if not visible and select next window of the current application.</_long>
64
 
                                </option>
65
 
                                <option name="prev_group_key" type="key">
66
 
                                        <_short>Previous Window (Group)</_short>
67
 
                                        <_long>Show switcher if not visible and select previous window of the current application.</_long>
68
 
                                </option>
69
 
                                <option name="prev_group_button" type="button">
70
 
                                        <_short>Previous Window (Group)</_short>
71
 
                                        <_long>Show switcher if not visible and select previous window of the current application.</_long>
72
 
                                </option>
73
 
                        </group>
74
 
                        <group>
75
 
                                <_short>Misc. Options</_short>
76
 
                                <option name="speed" type="float">
77
 
                                        <_short>Speed</_short>
78
 
                                        <_long>Ring speed</_long>
79
 
                                        <default>1.5</default>
80
 
                                        <min>0.1</min>
81
 
                                        <max>50.0</max>
82
 
                                        <precision>0.1</precision>
83
 
                                </option>
84
 
                                <option name="timestep" type="float">
85
 
                                        <_short>Timestep</_short>
86
 
                                        <_long>Ring timestep</_long>
87
 
                                        <default>1.2</default>
88
 
                                        <min>0.1</min>
89
 
                                        <max>50.0</max>
90
 
                                        <precision>0.1</precision>
91
 
                                </option>
92
 
                                <option name="inactive_opacity" type="int">
93
 
                                        <_short>Inactive Window Opacity</_short>
94
 
                                        <_long>Amount of opacity (in percent) for windows in the ring which are not selected</_long>
95
 
                                        <default>100</default>
96
 
                                        <min>1</min>
97
 
                                        <max>100</max>
98
 
                                </option>
99
 
                                <option name="window_match" type="match">
100
 
                                        <_short>Ring Windows</_short>
101
 
                                        <_long>Windows that should be shown in ring</_long>
102
 
                                        <default>Normal | Dialog | ModalDialog | Utility | Unknown</default>
103
 
                                </option>
104
 
                                <option name="overlay_icon" type="int">
105
 
                                        <_short>Overlay Icon</_short>
106
 
                                        <_long>Overlay an icon on windows in the ring</_long>
107
 
                                        <default>1</default>
108
 
                                        <min>0</min>
109
 
                                        <max>2</max>
110
 
                                        <desc>
111
 
                                                <value>0</value>
112
 
                                                <_name>None</_name>
113
 
                                        </desc>
114
 
                                        <desc>
115
 
                                                <value>1</value>
116
 
                                                <_name>Emblem</_name>
117
 
                                        </desc>
118
 
                                        <desc>
119
 
                                                <value>2</value>
120
 
                                                <_name>Big</_name>
121
 
                                        </desc>
122
 
                                </option>
123
 
                                <option name="darken_back" type="bool">
124
 
                                        <_short>Darken Background</_short>
125
 
                                        <_long>Darken background when showing the ring</_long>
126
 
                                        <default>true</default>
127
 
                                </option>
128
 
                                <option name="minimized" type="bool">
129
 
                                        <_short>Show Minimized</_short>
130
 
                                        <_long>Show windows that are minimized, shaded or in show desktop mode.</_long>
131
 
                                        <default>true</default>
132
 
                                </option>
133
 
                                <option name="select_with_mouse" type="bool">
134
 
                                        <_short>Allow Mouse Selection</_short>
135
 
                                        <_long>Allow the selection of windows by just clicking on them while the switcher is active.</_long>
136
 
                                        <default>false</default>
137
 
                                </option>
138
 
                        </group>
139
 
                        <group>
140
 
                                <_short>Ring appearance</_short>
141
 
                                <option name="ring_clockwise" type="bool">
142
 
                                        <_short>Rotate Ring Clockwise on Next</_short>
143
 
                                        <_long>Rotate ring clockwise for next window instead of counterclockwise</_long>
144
 
                                        <default>false</default>
145
 
                                </option>
146
 
                                <option name="ring_width" type="int">
147
 
                                        <_short>Ring Width</_short>
148
 
                                        <_long>Ring width (in percent of the screen width)</_long>
149
 
                                        <default>70</default>
150
 
                                        <min>1</min>
151
 
                                        <max>100</max>
152
 
                                </option>
153
 
                                <option name="ring_height" type="int">
154
 
                                        <_short>Ring Height</_short>
155
 
                                        <_long>Ring height (in percent of the screen height)</_long>
156
 
                                        <default>60</default>
157
 
                                        <min>1</min>
158
 
                                        <max>100</max>
159
 
                                </option>
160
 
                                <option name="thumb_width" type="int">
161
 
                                        <_short>Thumbnail Width</_short>
162
 
                                        <_long>Maximum horizontal size of a thumbnail in the ring</_long>
163
 
                                        <default>350</default>
164
 
                                        <min>10</min>
165
 
                                        <max>1024</max>
166
 
                                </option>
167
 
                                <option name="thumb_height" type="int">
168
 
                                        <_short>Thumbnail Height</_short>
169
 
                                        <_long>Maximum vertical size of a thumbnail in the ring</_long>
170
 
                                        <default>250</default>
171
 
                                        <min>10</min>
172
 
                                        <max>1024</max>
173
 
                                </option>
174
 
                                <option name="min_brightness" type="float">
175
 
                                        <_short>Minimum Brightness Factor</_short>
176
 
                                        <_long>Changes the minimum brightness factor for windows in the ring. The farer away windows are, the less bright are they.</_long>
177
 
                                        <default>0.5</default>
178
 
                                        <min>0.1</min>
179
 
                                        <max>1.0</max>
180
 
                                        <precision>0.01</precision>
181
 
                                </option>
182
 
                                <option name="min_scale" type="float">
183
 
                                        <_short>Minimum Scale Factor</_short>
184
 
                                        <_long>Changes the minimum scale factor for windows in the ring. The farer away windows are, the smaller are they.</_long>
185
 
                                        <default>0.4</default>
186
 
                                        <min>0.1</min>
187
 
                                        <max>1.0</max>
188
 
                                        <precision>0.01</precision>
189
 
                                </option>
190
 
                        </group>
191
 
                        <group>
192
 
                                <_short>Window title display</_short>
193
 
                                <option name="window_title" type="bool">
194
 
                                        <_short>Show Window Title</_short>
195
 
                                        <_long>Show window title of currently selected window.</_long>
196
 
                                        <default>true</default>
197
 
                                </option>
198
 
                                <option name="title_font_bold" type="bool">
199
 
                                        <_short>Bold Font</_short>
200
 
                                        <_long>Selects if the window title should be displayed in bold font or not.</_long>
201
 
                                        <default>false</default>
202
 
                                </option>
203
 
                                <option name="title_font_size" type="int">
204
 
                                        <_short>Font Size</_short>
205
 
                                        <_long>Font size for the window title</_long>
206
 
                                        <default>16</default>
207
 
                                        <min>6</min>
208
 
                                        <max>96</max>
209
 
                                </option>
210
 
                                <option name="title_back_color" type="color">
211
 
                                        <_short>Background Color</_short>
212
 
                                        <_long>Background color for the window title</_long>
213
 
                                        <default>
214
 
                                                <red>0x0000</red>
215
 
                                                <green>0x0000</green>
216
 
                                                <blue>0x0000</blue>
217
 
                                                <alpha>0x9999</alpha>
218
 
                                        </default>
219
 
                                </option>
220
 
                                <option name="title_font_color" type="color">
221
 
                                        <_short>Font Color</_short>
222
 
                                        <_long>Font color for the window title</_long>
223
 
                                        <default>
224
 
                                                <red>0xffff</red>
225
 
                                                <green>0xffff</green>
226
 
                                                <blue>0xffff</blue>
227
 
                                                <alpha>0xffff</alpha>
228
 
                                        </default>
229
 
                                </option>
230
 
                                <option name="title_text_placement" type="int">
231
 
                                        <_short>Text Placement</_short>
232
 
                                        <_long>Selects where to place the window title.</_long>
233
 
                                        <default>0</default>
234
 
                                        <min>0</min>
235
 
                                        <max>2</max>
236
 
                                        <desc>
237
 
                                                <value>0</value>
238
 
                                                <_name>Centered on screen</_name>
239
 
                                        </desc>
240
 
                                        <desc>
241
 
                                                <value>1</value>
242
 
                                                <_name>Above ring</_name>
243
 
                                        </desc>
244
 
                                        <desc>
245
 
                                                <value>2</value>
246
 
                                                <_name>Below ring</_name>
247
 
                                        </desc>
248
 
                                </option>
249
 
                        </group>
250
 
                </options>
251
 
        </plugin>
252
 
</compiz>