~lbrulet-8/compiz-plugins-main/fix-876591

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
<?xml version="1.0"?>
<compiz>
    <plugin name="put" useBcop="true">
	<_short>Put</_short>
	<_long>Put window</_long>
	<category>Window Management</category>
	<deps>
	    <relation type="after">
		<plugin>opengl</plugin>
		<plugin>decor</plugin>
	    </relation>
	    <relation type="before">
		<plugin>wobbly</plugin>
		<plugin>fade</plugin>
	    </relation>
	    <requirement>
		<plugin>opengl</plugin>
		<plugin>composite</plugin>
	    </requirement>
	</deps>
	<options>
	    <option name="put_viewport" type="action">
		<_short>Put On Viewport</_short>
		<_long>Move window to a certain viewport</_long>
		<allowed/>
		<default/>
	    </option>
	    <group>
		<_short>Bindings</_short>
		<subgroup>
		    <_short>Put to arbitrary viewport</_short>
		    <option name="put_viewport_1_key" type="key">
			<_short>Put On Viewport 1</_short>
			<_long>Move window to viewport 1</_long>
		    </option>
		    <option name="put_viewport_2_key" type="key">
			<_short>Put On Viewport 2</_short>
			<_long>Move window to viewport 2</_long>
		    </option>
		    <option name="put_viewport_3_key" type="key">
			<_short>Put On Viewport 3</_short>
			<_long>Move window to viewport 3</_long>
		    </option>
		    <option name="put_viewport_4_key" type="key">
			<_short>Put On Viewport 4</_short>
			<_long>Move window to viewport 4</_long>
		    </option>
		    <option name="put_viewport_5_key" type="key">
			<_short>Put On Viewport 5</_short>
			<_long>Move window to viewport 5</_long>
		    </option>
		    <option name="put_viewport_6_key" type="key">
			<_short>Put On Viewport 6</_short>
			<_long>Move window to viewport 6</_long>
		    </option>
		    <option name="put_viewport_7_key" type="key">
			<_short>Put On Viewport 7</_short>
			<_long>Move window to viewport 7</_long>
		    </option>
		    <option name="put_viewport_8_key" type="key">
			<_short>Put On Viewport 8</_short>
			<_long>Move window to viewport 8</_long>
		    </option>
		    <option name="put_viewport_9_key" type="key">
			<_short>Put On Viewport 9</_short>
			<_long>Move window to viewport 9</_long>
		    </option>
			<option name="put_viewport_10_key" type="key">
			<_short>Put On Viewport 10</_short>
			<_long>Move window to viewport 10</_long>
		    </option>
		    <option name="put_viewport_11_key" type="key">
			<_short>Put On Viewport 11</_short>
			<_long>Move window to viewport 11</_long>
		    </option>
		    <option name="put_viewport_12_key" type="key">
			<_short>Put On Viewport 12</_short>
			<_long>Move window to viewport 12</_long>
		    </option>
		</subgroup>
		<subgroup>
		    <_short>Put to adjacent viewport</_short>
		    <option name="put_viewport_left_key" type="key">
			<_short>Viewport Left</_short>
			<_long>Move window to the viewport on the left</_long>
		    </option>
		    <option name="put_viewport_right_key" type="key">
			<_short>Viewport Right</_short>
			<_long>Move window to the viewport on the right</_long>
		    </option>
		    <option name="put_viewport_up_key" type="key">
			<_short>Viewport Top</_short>
			<_long>Move window to the viewport on the top</_long>
		    </option>
		    <option name="put_viewport_down_key" type="key">
			<_short>Viewport Bottom</_short>
			<_long>Move window to the viewport on the bottom</_long>
		    </option>
		</subgroup>
		<subgroup>
		    <_short>Put within viewport</_short>
		    <option name="put_center_key" type="key">
			<_short>Put Center</_short>
			<_long>Move window to the center</_long>
			<default>&lt;Super&gt;KP_Begin</default>
		    </option>
		    <option name="put_center_button" type="button">
			<_short>Put Center</_short>
			<_long>Move window to the center</_long>
			</option>
		    <option name="put_left_key" type="key">
			<_short>Put Left</_short>
			<_long>Move window to the left edge</_long>
			<default>&lt;Super&gt;KP_Left</default>
		    </option>
		    <option name="put_left_button" type="button">
			<_short>Put Left</_short>
			<_long>Move window to the left edge</_long>
		    </option>
		    <option name="put_right_key" type="key">
			<_short>Put Right</_short>
			<_long>Move window to the right edge</_long>
			<default>&lt;Super&gt;KP_Right</default>
		    </option>
		    <option name="put_right_button" type="button">
			<_short>Put Right</_short>
			<_long>Move window to the right edge</_long>
		    </option>
		    <option name="put_top_key" type="key">
			<_short>Put Top</_short>
			<_long>Move window to the top edge</_long>
			<default>&lt;Super&gt;KP_Up</default>
		    </option>
		    <option name="put_top_button" type="button">
			<_short>Put Top</_short>
			<_long>Move window to the top edge</_long>
		    </option>
		    <option name="put_bottom_key" type="key">
			<_short>Put Bottom</_short>
			<_long>Move window to the bottom edge</_long>
			<default>&lt;Super&gt;KP_Down</default>
		    </option>
		    <option name="put_bottom_button" type="button">
			<_short>Put Bottom</_short>
			<_long>Move window to the bottom edge</_long>
			<default>&lt;Super&gt;KP_Down</default>
		    </option>
		    <option name="put_topleft_key" type="key">
			<_short>Put Top Left</_short>
			<_long>Move window to the top left corner</_long>
			<default>&lt;Super&gt;KP_Home</default>
		    </option>
		    <option name="put_topleft_button" type="button">
			<_short>Put Top Left</_short>
			<_long>Move window to the top left corner</_long>
		    </option>
		    <option name="put_topright_key" type="key">
			<_short>Put Top Right</_short>
			<_long>Move window to the top right corner</_long>
			<default>&lt;Super&gt;KP_Prior</default>
		    </option>
		    <option name="put_topright_button" type="button">
			<_short>Put Top Right</_short>
			<_long>Move window to the top right corner</_long>
		    </option>
		    <option name="put_bottomleft_key" type="key">
			<_short>Put Bottom Left</_short>
			<_long>Move window to the bottom left corner</_long>
			<default>&lt;Super&gt;KP_End</default>
		    </option>
		    <option name="put_bottomleft_button" type="button">
			<_short>Put Bottom Left</_short>
			<_long>Move window to the bottom left corner</_long>
		    </option>
		    <option name="put_bottomright_key" type="key">
			<_short>Put Bottom Right</_short>
			<_long>Move window to the bottom right corner</_long>
			<default>&lt;Super&gt;KP_Next</default>
		    </option>
		    <option name="put_bottomright_button" type="button">
			<_short>Put Bottom Right</_short>
			<_long>Move window to the bottom right corner</_long>
		    </option>
		</subgroup>
		<subgroup>
		    <_short>Put on empty regions</_short>
		    <option name="put_empty_center_key" type="key">
			<_short>Put Center</_short>
			<_long>Move window to the center</_long>
		    </option>
		    <option name="put_empty_center_button" type="button">
			<_short>Put Center</_short>
			<_long>Move window to the center</_long>
		    </option>
		    <option name="put_empty_left_key" type="key">
			<_short>Put Left</_short>
			<_long>Move window to the left edge</_long>
		    </option>
		    <option name="put_empty_left_button" type="button">
			<_short>Put Left</_short>
			<_long>Move window to the left edge</_long>
		    </option>
		    <option name="put_empty_right_key" type="key">
			<_short>Put Right</_short>
			<_long>Move window to the right edge</_long>
		    </option>
		    <option name="put_empty_right_button" type="button">
			<_short>Put Right</_short>
			<_long>Move window to the right edge</_long>
		    </option>
		    <option name="put_empty_top_key" type="key">
			<_short>Put Top</_short>
			<_long>Move window to the top edge</_long>
		    </option>
		    <option name="put_empty_top_button" type="button">
			<_short>Put Top</_short>
			<_long>Move window to the top edge</_long>
		    </option>
		    <option name="put_empty_bottom_key" type="key">
			<_short>Put Bottom</_short>
			<_long>Move window to the bottom edge</_long>
		    </option>
		    <option name="put_empty_bottom_button" type="button">
			<_short>Put Bottom</_short>
			<_long>Move window to the bottom edge</_long>
		    </option>
		    <option name="put_empty_topleft_key" type="key">
			<_short>Put Top Left</_short>
			<_long>Move window to the top left corner</_long>
		    </option>
		    <option name="put_empty_topleft_button" type="button">
			<_short>Put Top Left</_short>
			<_long>Move window to the top left corner</_long>
		    </option>
		    <option name="put_empty_topright_key" type="key">
			<_short>Put Top Right</_short>
			<_long>Move window to the top right corner</_long>
		    </option>
		    <option name="put_empty_topright_button" type="button">
			<_short>Put Top Right</_short>
			<_long>Move window to the top right corner</_long>
		    </option>
		    <option name="put_empty_bottomleft_key" type="key">
			<_short>Put Bottom Left</_short>
			<_long>Move window to the bottom left corner</_long>
		    </option>
		    <option name="put_empty_bottomleft_button" type="button">
			<_short>Put Bottom Left</_short>
			<_long>Move window to the bottom left corner</_long>
		    </option>
		    <option name="put_empty_bottomright_key" type="key">
			<_short>Put Bottom Right</_short>
			<_long>Move window to the bottom right corner</_long>
		    </option>
		    <option name="put_empty_bottomright_button" type="button">
			<_short>Put Bottom Right</_short>
			<_long>Move window to the bottom right corner</_long>
		    </option>
		</subgroup>
		<option name="put_restore_key" type="key">
		    <_short>Restore Position</_short>
		    <_long>Move window to the last position</_long>
		    <default>&lt;Super&gt;KP_Insert</default>
		</option>
		<option name="put_restore_button" type="button">
		    <_short>Restore Position</_short>
		    <_long>Move window to the last position</_long>
		</option>
		<option name="put_pointer_key" type="key">
		    <_short>Put Pointer</_short>
		    <_long>Move window to the pointer position</_long>
		    <default>&lt;Super&gt;z</default>
		</option>
		<option name="put_pointer_button" type="button">
		    <_short>Put Pointer</_short>
		    <_long>Move window to the pointer position</_long>
		</option>
		<option name="put_next_output_key" type="key">
		    <_short>Put To Next Output</_short>
		    <_long>Move window to the next output device</_long>
		</option>
		<option name="put_next_output_button" type="button">
		    <_short>Put To Next Output</_short>
		    <_long>Move window to the next output device</_long>
		</option>
		<option name="put_put" type="action">
		    <_short>Put</_short>
		    <_long>Move window arbitrarily by passing x, y and type.</_long>
		    <allowed/>
		    <default/>
		</option>
	    </group>
	    <group>
		<_short>Misc. Options</_short>
		<subgroup>
		    <_short>Padding</_short>
		    <option name="pad_left" type="int">
			<_short>Pad Left</_short>
			<_long>Number of pixels from the left edge where the window will come to rest</_long>
			<default>0</default>
			<min>0</min>
			<max>500</max>
		    </option>
		    <option name="pad_right" type="int">
			<_short>Pad Right</_short>
			<_long>Number of pixels from the right edge where the window will come to rest</_long>
			<default>0</default>
			<min>0</min>
			<max>500</max>
		    </option>
		    <option name="pad_top" type="int">
			<_short>Pad Top</_short>
			<_long>Number of pixels from the top edge where the window will come to rest</_long>
			<default>0</default>
			<min>0</min>
			<max>500</max>
		    </option>
		    <option name="pad_bottom" type="int">
			<_short>Pad Bottom</_short>
			<_long>Number of pixels from the bottom edge where the window will come to rest</_long>
			<default>0</default>
			<min>0</min>
			<max>500</max>
		    </option>
		</subgroup>
		<option name="unfocus_window" type="bool">
		    <_short>Unfocus Window</_short>
		    <_long>Unfocus windows that are moved off the viewport</_long>
		    <default>false</default>
		</option>
		<option name="window_center" type="bool">
		    <_short>Window Center</_short>
		    <_long>Put pointer uses the center of the window</_long>
		    <default>false</default>
		</option>
		<option name="avoid_offscreen" type="bool">
		    <_short>Avoid Offscreen</_short>
		    <_long>Avoids putting window borders offscreen</_long>
		    <default>false</default>
		</option>
	    </group>
	    <group>
		<_short>Animation</_short>
		<option name="speed" type="float">
		    <_short>Speed</_short>
		    <_long>Animation speed</_long>
		    <default>2.5</default>
		    <min>0.1</min>
		    <max>50.0</max>
		    <precision>0.1</precision>
		</option>
		<option name="timestep" type="float">
		    <_short>Timestep</_short>
		   <_long>Animation timestep</_long>
		    <default>0.5</default>
		    <min>0.1</min>
		    <max>50.0</max>
		    <precision>0.1</precision>
		</option>
	    </group>
	</options>
    </plugin>
</compiz>