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