~smspillaz/compiz-plugins-main/compiz-plugins-main.work_923683

« back to all changes in this revision

Viewing changes to wall/wall.xml.in

  • Committer: Sam Spilsbury
  • Date: 2011-08-12 06:41:38 UTC
  • Revision ID: sam.spilsbury@canonical.com-20110812064138-sg45sswip9zgk0og
Sync in changes from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<compiz>
 
3
        <plugin name="wall" useBcop="true">
 
4
                <_short>Desktop Wall</_short>
 
5
                <_long>Desktop Wall Plugin</_long>
 
6
                <category>Desktop</category>
 
7
                <feature>largedesktop</feature>
 
8
                <deps>
 
9
                        <relation type="after">
 
10
                                <plugin>composite</plugin>
 
11
                                <plugin>opengl</plugin>
 
12
                                <plugin>decor</plugin>
 
13
                        </relation>
 
14
                        <relation type="before">
 
15
                                <plugin>wobbly</plugin>
 
16
                                <plugin>fade</plugin>
 
17
                        </relation>
 
18
                        <requirement>
 
19
                                <plugin>opengl</plugin>
 
20
                                <plugin>mousepoll</plugin>
 
21
                        </requirement>
 
22
                </deps>
 
23
                <options>
 
24
                        <group>
 
25
                                <_short>Viewport Switch Preview</_short>
 
26
                                <option name="show_switcher" type="bool">
 
27
                                        <_short>Show Viewport Switcher Preview</_short>
 
28
                                        <_long>Show switcher window while switching viewports</_long>
 
29
                                        <default>true</default>
 
30
                                </option>
 
31
                                <option name="miniscreen" type="bool">
 
32
                                        <_short>Show Live Viewport Previews</_short>
 
33
                                        <_long>Show live viewport previews in switcher window</_long>
 
34
                                        <default>false</default>
 
35
                                </option>
 
36
                                <option name="preview_timeout" type="float">
 
37
                                        <_short>Switch Target Preview Visibility Time</_short>
 
38
                                        <_long>Duration (in s) the switch target preview should remain visible after switching ends.</_long>
 
39
                                        <default>0.4</default>
 
40
                                        <min>0.0</min>
 
41
                                        <max>2.0</max>
 
42
                                        <precision>0.05</precision>
 
43
                                </option>
 
44
                                <option name="preview_scale" type="int">
 
45
                                        <_short>Preview Scale</_short>
 
46
                                        <_long>Size of the preview in %</_long>
 
47
                                        <default>100</default>
 
48
                                        <min>0</min>
 
49
                                        <max>400</max>
 
50
                                </option>
 
51
                                <option name="edge_radius" type="int">
 
52
                                        <_short>Edge Radius</_short>
 
53
                                        <_long>Radius of the rounded edge</_long>
 
54
                                        <default>5</default>
 
55
                                        <min>0</min>
 
56
                                        <max>20</max>
 
57
                                </option>
 
58
                                <option name="border_width" type="int">
 
59
                                        <_short>Border Width</_short>
 
60
                                        <_long>Width of the border between the previews</_long>
 
61
                                        <default>10</default>
 
62
                                        <min>0</min>
 
63
                                        <max>30</max>
 
64
                                </option>
 
65
                                <option name="outline_color" type="color">
 
66
                                        <_short>Outline Color</_short>
 
67
                                        <_long>Outline color of the switcher window.</_long>
 
68
                                        <default>
 
69
                                                <red>0x3333</red>
 
70
                                                <green>0x3333</green>
 
71
                                                <blue>0x3333</blue>
 
72
                                                <alpha>0xd998</alpha>
 
73
                                                </default>
 
74
                                </option>
 
75
                                <subgroup>
 
76
                                        <_short>Background Gradient</_short>
 
77
 
 
78
                                        <option name="background_gradient_base_color" type="color">
 
79
                                                <_short>Base Color</_short>
 
80
                                                <_long>First color for the background gradient of the switcher window.</_long>
 
81
                                                <default>
 
82
                                                        <red>0xcccc</red>
 
83
                                                        <green>0xcccc</green>
 
84
                                                        <blue>0xe665</blue>
 
85
                                                        <alpha>0xd998</alpha>
 
86
                                                </default>
 
87
                                        </option>
 
88
                                        <option name="background_gradient_highlight_color" type="color">
 
89
                                                <_short>Highlight Color</_short>
 
90
                                                <_long>Second color for the background gradient of the switcher window.</_long>
 
91
                                                <default>
 
92
                                                        <red>0xf332</red>
 
93
                                                        <green>0xf332</green>
 
94
                                                        <blue>0xffff</blue>
 
95
                                                        <alpha>0xd998</alpha>
 
96
                                                </default>
 
97
                                        </option>
 
98
                                        <option name="background_gradient_shadow_color" type="color">
 
99
                                                <_short>Shadow Color</_short>
 
100
                                                <_long>Third color for the background gradient of the switcher window.</_long>
 
101
                                                <default>
 
102
                                                        <red>0xf332</red>
 
103
                                                        <green>0xf332</green>
 
104
                                                        <blue>0xffff</blue>
 
105
                                                        <alpha>0xd998</alpha>
 
106
                                                </default>
 
107
                                        </option>
 
108
                                </subgroup>
 
109
                                <subgroup>
 
110
                                        <_short>Thumb Gradient</_short>
 
111
 
 
112
                                        <option name="thumb_gradient_base_color" type="color">
 
113
                                                <_short>Base Color</_short>
 
114
                                                <_long>First color for the thumb gradient of the switcher window.</_long>
 
115
                                                <default>
 
116
                                                        <red>0x3333</red>
 
117
                                                        <green>0x3333</green>
 
118
                                                        <blue>0x3333</blue>
 
119
                                                        <alpha>0x5999</alpha>
 
120
                                                </default>
 
121
                                        </option>
 
122
                                        <option name="thumb_gradient_highlight_color" type="color">
 
123
                                                <_short>Highlight Color</_short>
 
124
                                                <_long>Second color for the thumb gradient of the switcher window.</_long>
 
125
                                                <default>
 
126
                                                        <red>0x3fff</red>
 
127
                                                        <green>0x3fff</green>
 
128
                                                        <blue>0x3fff</blue>
 
129
                                                        <alpha>0x3fff</alpha>
 
130
                                                </default>
 
131
                                        </option>
 
132
                                </subgroup>
 
133
                                <subgroup>
 
134
                                        <_short>Highlight Gradient</_short>
 
135
 
 
136
                                        <option name="thumb_highlight_gradient_base_color" type="color">
 
137
                                                <_short>Base Color</_short>
 
138
                                                <_long>First color for the thumb highlight gradient of the switcher window.</_long>
 
139
                                                <default>
 
140
                                                        <red>0xffff</red>
 
141
                                                        <green>0xffff</green>
 
142
                                                        <blue>0xffff</blue>
 
143
                                                        <alpha>0xf332</alpha>
 
144
                                                </default>
 
145
                                        </option>
 
146
                                        <option name="thumb_highlight_gradient_shadow_color" type="color">
 
147
                                                <_short>Shadow Color</_short>
 
148
                                                <_long>Second color for the thumb highlight gradient of the switcher window.</_long>
 
149
                                                <default>
 
150
                                                        <red>0xdfff</red>
 
151
                                                        <green>0xdfff</green>
 
152
                                                        <blue>0xdfff</blue>
 
153
                                                        <alpha>0xa665</alpha>
 
154
                                                </default>
 
155
                                        </option>
 
156
                                </subgroup>
 
157
                                <subgroup>
 
158
                                        <_short>Arrow Colors</_short>
 
159
 
 
160
                                        <option name="arrow_base_color" type="color">
 
161
                                                <_short>Base Color</_short>
 
162
                                                <_long>First color of the arrow of the switcher window.</_long>
 
163
                                                <default>
 
164
                                                        <red>0xe665</red>
 
165
                                                        <green>0xe665</green>
 
166
                                                        <blue>0xe665</blue>
 
167
                                                        <alpha>0xd998</alpha>
 
168
                                                </default>
 
169
                                        </option>
 
170
                                        <option name="arrow_shadow_color" type="color">
 
171
                                                <_short>Shadow Color</_short>
 
172
                                                <_long>Second color of the arrow of the switcher window.</_long>
 
173
                                                <default>
 
174
                                                        <red>0xdc28</red>
 
175
                                                        <green>0xdc28</green>
 
176
                                                        <blue>0xdc28</blue>
 
177
                                                        <alpha>0xd998</alpha>
 
178
                                                </default>
 
179
                                        </option>
 
180
                                </subgroup>
 
181
                        </group>
 
182
                        <group>
 
183
                                <_short>Viewport Switching</_short>
 
184
                                <option name="allow_wraparound" type="bool">
 
185
                                        <_short>Allow Wrap-Around</_short>
 
186
                                        <_long>Allow wrap-around when moving the wall up/down/left/right</_long>
 
187
                                        <default>false</default>
 
188
                                </option>
 
189
                                <option name="slide_duration" type="float">
 
190
                                        <_short>Wall Sliding Duration</_short>
 
191
                                        <_long>Duration (in s) for wall sliding viewport switching animation</_long>
 
192
                                        <default>0.3</default>
 
193
                                        <min>0.0</min>
 
194
                                        <max>5.0</max>
 
195
                                        <precision>0.05</precision>
 
196
                                </option>
 
197
                                <option name="no_slide_match" type="match">
 
198
                                        <_short>Non Sliding Windows</_short>
 
199
                                        <_long>Windows that should not slide during the slide animation</_long>
 
200
                                        <default>type=Dock | type=Desktop | state=Sticky</default>
 
201
                                </option>
 
202
                        </group>
 
203
                        <group>
 
204
                                <_short>Bindings</_short>
 
205
                                <subgroup>
 
206
                                        <_short>Move within wall</_short>
 
207
                                        <option name="left_key" type="key">
 
208
                                                <_short>Move Left</_short>
 
209
                                                <_long>Move along the wall to the left</_long>
 
210
                                                <default>&lt;Control&gt;&lt;Alt&gt;Left</default>
 
211
                                        </option>
 
212
                                        <option name="left_button" type="button">
 
213
                                                <_short>Move Left</_short>
 
214
                                                <_long>Move along the wall to the left</_long>
 
215
                                        </option>
 
216
                                        <option name="right_key" type="key">
 
217
                                                <_short>Move Right</_short>
 
218
                                                <_long>Move along the wall to the right</_long>
 
219
                                                <default>&lt;Control&gt;&lt;Alt&gt;Right</default>
 
220
                                        </option>
 
221
                                        <option name="right_button" type="button">
 
222
                                                <_short>Move Right</_short>
 
223
                                                <_long>Move along the wall to the right</_long>
 
224
                                        </option>
 
225
                                        <option name="up_key" type="key">
 
226
                                                <_short>Move Up</_short>
 
227
                                                <_long>Move along the wall up</_long>
 
228
                                                <default>&lt;Control&gt;&lt;Alt&gt;Up</default>
 
229
                                        </option>
 
230
                                        <option name="up_button" type="button">
 
231
                                                <_short>Move Up</_short>
 
232
                                                <_long>Move along the wall up</_long>
 
233
                                        </option>
 
234
                                        <option name="down_key" type="key">
 
235
                                                <_short>Move Down</_short>
 
236
                                                <_long>Move along the wall down</_long>
 
237
                                                <default>&lt;Control&gt;&lt;Alt&gt;Down</default>
 
238
                                        </option>
 
239
                                        <option name="down_button" type="button">
 
240
                                                <_short>Move Down</_short>
 
241
                                                <_long>Move along the wall down</_long>
 
242
                                        </option>
 
243
                                        <option name="next_key" type="key">
 
244
                                                <_short>Move Next</_short>
 
245
                                                <_long>Move along the wall to the next viewport</_long>
 
246
                                        </option>
 
247
                                        <option name="next_button" type="button">
 
248
                                                <_short>Move Next</_short>
 
249
                                                <_long>Move along the wall to the next viewport</_long>
 
250
                                        </option>
 
251
                                        <option name="prev_key" type="key">
 
252
                                                <_short>Move Prev</_short>
 
253
                                                <_long>Move along the wall to the previous viewport</_long>
 
254
                                        </option>
 
255
                                        <option name="prev_button" type="button">
 
256
                                                <_short>Move Prev</_short>
 
257
                                                <_long>Move along the wall to the previous viewport</_long>
 
258
                                        </option>
 
259
                                </subgroup>
 
260
                                <subgroup>
 
261
                                        <_short>Move with window within wall</_short>
 
262
                                        <option name="left_window_key" type="key">
 
263
                                                <_short>Move Left With Window</_short>
 
264
                                                <_long>Move with window along the wall to the left</_long>
 
265
                                                <default>&lt;Control&gt;&lt;Alt&gt;&lt;Shift&gt;Left</default>
 
266
                                        </option>
 
267
                                        <option name="right_window_key" type="key">
 
268
                                                <_short>Move Right With Window</_short>
 
269
                                                <_long>Move with window along the wall to the right</_long>
 
270
                                                <default>&lt;Control&gt;&lt;Alt&gt;&lt;Shift&gt;Right</default>
 
271
                                        </option>
 
272
                                        <option name="up_window_key" type="key">
 
273
                                                <_short>Move Up With Window</_short>
 
274
                                                <_long>Move with window along the wall up</_long>
 
275
                                                <default>&lt;Control&gt;&lt;Alt&gt;&lt;Shift&gt;Up</default>
 
276
                                        </option>
 
277
                                        <option name="down_window_key" type="key">
 
278
                                                <_short>Move Down With Window</_short>
 
279
                                                <_long>Move with window along the wall down</_long>
 
280
                                                <default>&lt;Control&gt;&lt;Alt&gt;&lt;Shift&gt;Down</default>
 
281
                                        </option>
 
282
                                </subgroup>
 
283
                                <subgroup>
 
284
                                        <_short>Edge flipping</_short>
 
285
                                        <option name="flip_left_edge" type="edge">
 
286
                                                <_short>Flip Left</_short>
 
287
                                                <_long>Flip left</_long>
 
288
                                                <nodelay>true</nodelay>
 
289
                                                <default>
 
290
                                                        <edge name="Left"/>
 
291
                                                </default>
 
292
                                                <allowed edgednd="true"/>
 
293
                                        </option>
 
294
                                        <option name="flip_right_edge" type="edge">
 
295
                                                <_short>Flip Right</_short>
 
296
                                                <_long>Flip right</_long>
 
297
                                                <nodelay>true</nodelay>
 
298
                                                <default>
 
299
                                                        <edge name="Right"/>
 
300
                                                </default>
 
301
                                                <allowed edgednd="true"/>
 
302
                                        </option>
 
303
                                        <option name="flip_up_edge" type="edge">
 
304
                                                <_short>Flip Up</_short>
 
305
                                                <_long>Flip up</_long>
 
306
                                                <nodelay>true</nodelay>
 
307
                                                <default>
 
308
                                                        <edge name="Top"/>
 
309
                                                </default>
 
310
                                                <allowed edgednd="true"/>
 
311
                                        </option>
 
312
                                        <option name="flip_down_edge" type="edge">
 
313
                                                <_short>Flip Down</_short>
 
314
                                                <_long>Flip down</_long>
 
315
                                                <nodelay>true</nodelay>
 
316
                                                <default>
 
317
                                                        <edge name="Bottom"/>
 
318
                                                </default>
 
319
                                                <allowed edgednd="true"/>
 
320
                                        </option>
 
321
                                </subgroup>
 
322
                        </group>
 
323
                        <group>
 
324
                                <_short>Viewport Switching</_short>
 
325
                                <option name="mmmode" type="int">
 
326
                                        <_short>Multimonitor behavior</_short>
 
327
                                        <_long>How should a multimonitor configuration be handled</_long>
 
328
                                        <default>0</default>
 
329
                                        <min>0</min>
 
330
                                        <max>1</max>
 
331
                                        <desc>
 
332
                                                <value>0</value>
 
333
                                                <_name>Switch all</_name>
 
334
                                        </desc>
 
335
                                        <desc>
 
336
                                                <value>1</value>
 
337
                                                <_name>Switch separately</_name>
 
338
                                        </desc>
 
339
                                </option>
 
340
                        </group>
 
341
                        <group>
 
342
                                <_short>Edge Flipping</_short>
 
343
                                <option name="edgeflip_pointer" type="bool">
 
344
                                        <_short>Edge Flip Pointer</_short>
 
345
                                        <_long>Flip viewport when moving the pointer to a screen edge</_long>
 
346
                                        <default>false</default>
 
347
                                </option>
 
348
                                <option name="edgeflip_move" type="bool">
 
349
                                        <_short>Edge Flip Move</_short>
 
350
                                        <_long>Flip viewport when moving a window to a screen edge</_long>
 
351
                                        <default>true</default>
 
352
                                </option>
 
353
                                <option name="edgeflip_dnd" type="bool">
 
354
                                        <_short>Edge Flip DnD</_short>
 
355
                                        <_long>Flip viewport when dragging an object to a screen edge</_long>
 
356
                                        <default>false</default>
 
357
                                </option>
 
358
                        </group>
 
359
                </options>
 
360
        </plugin>
 
361
</compiz>