This file is indexed.

/usr/share/compiz/ezoom.xml is in compiz-plugins-default 1:0.9.13.0+16.10.20160818.2-5.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
<?xml version="1.0" encoding="UTF-8"?>
<compiz>
    <plugin useBcop="true" name="ezoom">
	<deps>
	    <relation type="after">
		<plugin>opengl</plugin>
		<plugin>expo</plugin>
		<plugin>decor</plugin>
		<plugin>mousepoll</plugin>
	    </relation>
	    <relation type="before">
		<plugin>staticswitcher</plugin>
		<plugin>switcher</plugin>
	    </relation>
	    <requirement>
		<plugin>opengl</plugin>
		<plugin>mousepoll</plugin>
	    </requirement>
	</deps>
	<short>Enhanced Zoom Desktop</short>
	<long>Enhanced zoom functions for the visually impaired and other users</long>
	<category>Accessibility</category>
	<options>
	    <group>
		<short>Zoom In/Out</short>
		<option type="action" name="set_zoom_area">
		</option>
		<option type="action" name="ensure_visibility">
		</option>
		<option type="button" name="zoom_in_button">
		    <short>Zoom In Button</short>
		    <long>Mouse button shortcut to invoke zooming in.</long>
		    <default/>
		</option>
		<option type="key" name="zoom_in_key">
		    <short>Zoom In Key</short>
		    <long>Key shortcut to invoke zooming in.</long>
		</option>
		<option type="button" name="zoom_out_button">
		    <short>Zoom Out Button</short>
		    <long>Mouse button shortcut to invoke zooming out.</long>
		    <default/>
		</option>
		<option type="key" name="zoom_out_key">
		    <short>Zoom Out Key</short>
		    <long>Key shortcut to invoke zooming in.</long>
		</option>
		<option type="button" name="zoom_box_button">
		    <short>Invoke Zoom Box Button</short>
		    <long>Define a rectangle area and zoom into it.</long>
		    <default/>
		</option>
		<option type="color" name="zoom_box_outline_color">
			<short>Zoom Box Outline Color</short>
			<long>Color and opacity of the zoom box outline.</long>
			<default>
			    <red>0x2fff</red>
			    <green>0x2fff</green>
			    <blue>0x4fff</blue>
			    <alpha>0x9fff</alpha>
			</default>
		</option>
		<option type="color" name="zoom_box_fill_color">
			<short>Zoom Box Fill Color</short>
			<long>Fill color and opacity of the zoom box.</long>
			<default>
			    <red>0x2fff</red>
			    <green>0x2fff</green>
			    <blue>0x2fff</blue>
			    <alpha>0x4fff</alpha>
			</default>
		</option>
	    </group>
	    <group>
		<short>Mouse Behaviour</short>
		<option type="key" name="center_mouse_key">
		    <short>Center the mouse</short>
		    <long>Puts the mouse in the middle of the screen (Regardless of zoom level)</long>
		    <default/>
		</option>
	    </group>
	    <group>
		<short>Specific Zoom</short>
		<option type="bool" name="spec_target_focus">
		    <short>Target Focused Window on Specific Zoom</short>
		    <long>Check this to target the focused window when jumping to a specific zoom level. Uncheck this to target the mouse.</long>
		    <default>true</default>
		</option>
		<option type="float" name="zoom_specific_1">
		    <short>Specific Zoom 1</short>
		    <long>Zoom level to go to when triggering hotkey 1</long>
		    <default>1.0</default>
		    <min>0.1</min>
		    <max>1.0</max>
		    <precision>0.01</precision>
		</option>
		<option type="key" name="zoom_specific_1_key">
		    <short>Zoom to Specific Zoom 1</short>
		    <long>Zoom to the specific zoom level 1</long>
		    <default/>
		</option>
		<option type="float" name="zoom_specific_2">
		    <short>Specific Zoom 2</short>
		    <long>Zoom level to go to when triggering hotkey 2</long>
		    <default>1.0</default>
		    <min>0.1</min>
		    <max>1.0</max>
		    <precision>0.01</precision>
		</option>
		<option type="key" name="zoom_specific_2_key">
		    <short>Zoom to Specific Zoom 2</short>
		    <long>Zoom to the specific zoom level 2</long>
		    <default/>
		</option>
		<option type="float" name="zoom_specific_3">
		    <short>Specific Zoom 3</short>
		    <long>Zoom level to go to when triggering hotkey 3</long>
		    <default>1.0</default>
		    <min>0.1</min>
		    <max>1.0</max>
		    <precision>0.01</precision>
		</option>
		<option type="key" name="zoom_specific_3_key">
		    <short>Zoom to Specific Zoom 3</short>
		    <long>Zoom to the specific zoom level 3</long>
		    <default/>
		</option>
		<option type="float" name="zoom_specific_4">
		    <short>Specific Zoom 4</short>
		    <long>Zoom level to go to when triggering hotkey 4</long>
		    <default>1.0</default>
		    <min>0.1</min>
		    <max>1.0</max>
		    <precision>0.01</precision>
		</option>
		<option type="key" name="zoom_specific_4_key">
		    <short>Zoom to Specific Zoom 4</short>
		    <long>Zoom to the specific zoom level 4</long>
		    <default/>
		</option>
		<option type="float" name="zoom_specific_5">
		    <short>Specific Zoom 5</short>
		    <long>Zoom level to go to when triggering hotkey 5</long>
		    <default>1.0</default>
		    <min>0.1</min>
		    <max>1.0</max>
		    <precision>0.01</precision>
		</option>
		<option type="key" name="zoom_specific_5_key">
		    <short>Zoom to Specific Zoom 5</short>
		    <long>Zoom to the specific zoom level 5</long>
		    <default/>
		</option>
		<option type="float" name="zoom_specific_6">
		    <short>Specific Zoom 6</short>
		    <long>Zoom level to go to when triggering hotkey 6</long>
		    <default>1.0</default>
		    <min>0.1</min>
		    <max>1.0</max>
		    <precision>0.01</precision>
		</option>
		<option type="key" name="zoom_specific_6_key">
		    <short>Zoom to Specific Zoom 6</short>
		    <long>Zoom to the specific zoom level 6</long>
		    <default/>
		</option>
		<option type="float" name="zoom_specific_7">
		    <short>Specific Zoom 7</short>
		    <long>Zoom level to go to when triggering hotkey 7</long>
		    <default>1.0</default>
		    <min>0.1</min>
		    <max>1.0</max>
		    <precision>0.01</precision>
		</option>
		<option type="key" name="zoom_specific_7_key">
		    <short>Zoom to Specific Zoom 7</short>
		    <long>Zoom to the specific zoom level 7</long>
		    <default/>
		</option>
		<option type="float" name="zoom_specific_8">
		    <short>Specific Zoom 8</short>
		    <long>Zoom level to go to when triggering hotkey 8</long>
		    <default>1.0</default>
		    <min>0.1</min>
		    <max>1.0</max>
		    <precision>0.01</precision>
		</option>
		<option type="key" name="zoom_specific_8_key">
		    <short>Zoom to Specific Zoom 8</short>
		    <long>Zoom to the specific zoom level 8</long>
		    <default/>
		</option>
		<option type="float" name="zoom_specific_9">
		    <short>Specific Zoom 9</short>
		    <long>Zoom level to go to when triggering hotkey 9</long>
		    <default>1.0</default>
		    <min>0.1</min>
		    <max>1.0</max>
		    <precision>0.01</precision>
		</option>
		<option type="key" name="zoom_specific_9_key">
		    <short>Zoom to Specific Zoom 9</short>
		    <long>Zoom to the specific zoom level 9</long>
		    <default/>
		</option>
		<option type="float" name="zoom_specific_10">
		    <short>Specific Zoom 10</short>
		    <long>Zoom level to go to when triggering hotkey 10</long>
		    <default>1.0</default>
		    <min>0.1</min>
		    <max>1.0</max>
		    <precision>0.01</precision>
		</option>
		<option type="key" name="zoom_specific_10_key">
		    <short>Zoom to Specific Zoom 10</short>
		    <long>Zoom to the specific zoom level 10</long>
		    <default/>
		</option>
		<option type="float" name="zoom_specific_11">
		    <short>Specific Zoom 11</short>
		    <long>Zoom level to go to when triggering hotkey 11</long>
		    <default>1.0</default>
		    <min>0.1</min>
		    <max>1.0</max>
		    <precision>0.01</precision>
		</option>
		<option type="key" name="zoom_specific_11_key">
		    <short>Zoom to Specific Zoom 11</short>
		    <long>Zoom to the specific zoom level 11</long>
		    <default/>
		</option>
		<option type="float" name="zoom_specific_12">
		    <short>Specific Zoom 12</short>
		    <long>Zoom level to go to when triggering hotkey 12</long>
		    <default>1.0</default>
		    <min>0.1</min>
		    <max>1.0</max>
		    <precision>0.01</precision>
		</option>
		<option type="key" name="zoom_specific_12_key">
		    <short>Zoom to Specific Zoom 12</short>
		    <long>Zoom to the specific zoom level 12</long>
		    <default/>
		</option>
		<option type="float" name="zoom_specific_13">
		    <short>Specific Zoom 13</short>
		    <long>Zoom level to go to when triggering hotkey 13</long>
		    <default>1.0</default>
		    <min>0.1</min>
		    <max>1.0</max>
		    <precision>0.01</precision>
		</option>
		<option type="key" name="zoom_specific_13_key">
		    <short>Zoom to Specific Zoom 13</short>
		    <long>Zoom to the specific zoom level 13</long>
		    <default/>
		</option>
		<option type="float" name="zoom_specific_14">
		    <short>Specific Zoom 14</short>
		    <long>Zoom level to go to when triggering hotkey 14</long>
		    <default>1.0</default>
		    <min>0.1</min>
		    <max>1.0</max>
		    <precision>0.01</precision>
		</option>
		<option type="key" name="zoom_specific_14_key">
		    <short>Zoom to Specific Zoom 14</short>
		    <long>Zoom to the specific zoom level 14</long>
		    <default/>
		</option>
		<option type="float" name="zoom_specific_15">
		    <short>Specific Zoom 15</short>
		    <long>Zoom level to go to when triggering hotkey 15</long>
		    <default>1.0</default>
		    <min>0.1</min>
		    <max>1.0</max>
		    <precision>0.01</precision>
		    </option>
		    <option type="key" name="zoom_specific_15_key">
		    <short>Zoom to Specific Zoom 15</short>
		    <long>Zoom to the specific zoom level 15</long>
		    <default/>
		</option>
		<option type="float" name="zoom_specific_16">
		    <short>Specific Zoom 16</short>
		    <long>Zoom level to go to when triggering hotkey 16</long>
		    <default>1.0</default>
		    <min>0.1</min>
		    <max>1.0</max>
		    <precision>0.01</precision>
		</option>
		<option type="key" name="zoom_specific_16_key">
		    <short>Zoom to Specific Zoom 16</short>
		    <long>Zoom to the specific zoom level 16</long>
		    <default/>
		</option>
	    </group>
	    <group>
		<short>Zoom Area Movement</short>
		<option type="key" name="lock_zoom_key">
		    <short>Toggle zoom area lock</short>
		    <long>Toggles a lock on the zoom area so it doesn't change on various events</long>
		    <default/>
		</option>
		<subgroup>
		    <short>Panning</short>
		    <option type="key" name="pan_left_key">
			<short>Pan Zoom Left</short>
			<long>Pan (move) the zoom area left</long>
		    </option>
		    <option type="key" name="pan_right_key">
			<short>Pan Zoom Right</short>
			<long>Pan (move) the zoom area right</long>
		    </option>
		    <option type="key" name="pan_up_key">
			<short>Pan Zoom Up</short>
			<long>Pan (move) the zoom area up</long>
		    </option>
		    <option type="key" name="pan_down_key">
			<short>Pan Zoom Down</short>
			<long>Pan (move) the zoom area down</long>
		    </option>
		</subgroup>
		<subgroup>
		    <short>Fitting</short>
		    <option type="key" name="fit_to_zoom_key">
			<short>Fit the window to the zoom level</short>
			<long>Resize the window so it matches the current zoom level.</long>
			<default/>
		    </option>
		    <option type="key" name="fit_to_window_key">
			<short>Fit zoomed area to window</short>
			<long>Zooms in/out so the focused window is zoomed to the maximum while still being fully visible.</long>
			<default/>
		    </option>
		</subgroup>
	    </group>
	    <group>
		<short>Zoom In/Out</short>
		<option type="float" name="zoom_factor">
		    <short>Zoom factor</short>
		    <long>Zoom in/out by this factor. Higher value means quicker zooming.</long>
		    <default>1.150</default>
		    <min>1.01</min>
		    <max>3</max>
		    <precision>0.01</precision>
		</option>
		<option type="float" name="minimum_zoom">
		    <short>Minimum zoom factor</short>
		    <long>The minimum allowed zoom factor. A value of 0.5 equals 2x zoom, a value of 0.25 equals 4x zoom.</long>
		    <default>0.125</default>
		    <min>0.000001</min>
		    <max>0.999999</max>
		    <precision>0.0001</precision>
		</option>
	    </group>
	    <group>
		<short>Mouse Behaviour</short>
		<option type="int" name="zoom_mode">
		    <short>Zoom Mode</short>
		    <long>How the cursor should be tracked when zooming</long>
		    <min>0</min>
		    <max>1</max>
		    <default>0</default>
		    <desc>
			<value>0</value>
			<name>Sync Mouse</name>
		    </desc>
		    <desc>
			<value>1</value>
			<name>Pan Area</name>
		    </desc>
		</option>
		<option type="bool" name="scale_mouse">
		    <short>Scale the mouse pointer</short>
		    <long>Enable this to get a gradually larger mouse pointer as you zoom in</long>
		    <default>true</default>
		</option>
		<option type="bool" name="scale_mouse_dynamic">
		    <short>Dynamic mouse pointer scale</short>
		    <long>When scaling the mouse pointer, this option makes the scale adjust according to the current level of zoom.</long>
		    <default>true</default>
		</option>
		<option type="float" name="scale_mouse_static">
		    <short>Static mouse pointer scale</short>
		    <long>When not using a dynamic mouse pointer scale, this is the scale factor for the mouse pointer.</long>
		    <default>0.2</default>
		    <min>0.1</min>
		    <max>1.0</max>
		    <precision>0.01</precision>
		</option>
		<option type="bool" name="hide_original_mouse">
		    <short>Hide original mouse pointer</short>
		    <long>Hides the original mouse pointer when zoomed in and scaling the mouse</long>
		    <default>true</default>
		</option>
		<option type="bool" name="restrain_mouse">
		    <short>Restrain the mouse to the zoom area</short>
		    <long>Attempt to keep the zoomed mouse visible by warping it when it is moved outside the zoom area.</long>
		    <default>false</default>
		</option>
		<option type="int" name="restrain_margin">
		    <short>Mouse Restrain Margin</short>
		    <long>The size of the margin to add when attempting to restrain the mouse.</long>
		    <default>5</default>
		    <min>0</min>
		    <max>50</max>
		</option>
	    </group>
	    <group>
		<short>Zoom Area Movement</short>
		<subgroup>
		    <short>Panning</short>
		    <option type="float" name="pan_factor">
			<short>Pan Factor</short>
			<long>Move the zoomed area this much whenever you pan the zoomed area with keys.</long>
			<default>0.1</default>
			<min>0.001</min>
			<max>1.0</max>
			<precision>0.001</precision>
		    </option>
		</subgroup>
	    </group>
	    <group>
		<short>Focus Tracking</short>
		<option type="bool" name="follow_focus">
		    <short>Enable focus tracking</short>
		    <long>Move the zoom area when focus changes.</long>
		    <default>true</default>
		</option>
		<option type="bool" name="focus_fit_window">
		    <short>Fit zoom level to window on focus change</short>
		    <long>Fit the zoomed area to the window when the zoomed area moves as a result of focus tracking.</long>
		    <default>false</default>
		</option>
		<option type="float" name="autoscale_min">
		    <short>Autoscale threshold</short>
		    <long>Only change zoom level (scale) on focus change if the target value is higher than this. Prevents zooming too far in on small popups etc.</long>
		    <default>0.25</default>
		    <min>0.000001</min>
		    <max>0.999999</max>
		    <precision>0.0001</precision>
		</option>
		<option type="bool" name="always_focus_fit_window">
		    <short>Always fit to window on focus track</short>
		    <long>Fit the zoomed area to the window when the zoomed area moves as a result of focus tracking. Even when not initially zoomed in.</long>
		    <default>false</default>
		</option>
		<option type="int" name="follow_focus_delay">
		    <short>Follow Focus Delay</short>
		    <long>Only attempt to center newly focused windows if the mouse hasn't moved in this amount of seconds. Use this to avoid jumping when using sloppy focus.</long>
		    <default>0</default>
		    <min>0</min>
		    <max>15</max>
		</option>
	    </group>
	    <group>
		<short>Animation</short>
		<option type="float" name="speed">
		    <short>Speed</short>
		    <short xml:lang="bg">Скорост</short>
		    <short xml:lang="ca">Velocitat</short>
		    <short xml:lang="cs">Rychlost</short>
		    <short xml:lang="da">Hastighed</short>
		    <short xml:lang="de">Geschwindigkeit</short>
		    <short xml:lang="el">Ταχύτητα</short>
		    <short xml:lang="es">Velocidad</short>
		    <short xml:lang="eu">Abiadura</short>
		    <short xml:lang="fi">Nopeus</short>
		    <short xml:lang="fr">Vitesse</short>
		    <short xml:lang="gl">Velocidade</short>
		    <short xml:lang="gu">ઝડપ</short>
		    <short xml:lang="he">מהירות</short>
		    <short xml:lang="hu">Sebesség</short>
		    <short xml:lang="it">Velocità</short>
		    <short xml:lang="ja">速度</short>
		    <short xml:lang="ko">속도</short>
		    <short xml:lang="nb">Hastighet</short>
		    <short xml:lang="nl">Snelheid</short>
		    <short xml:lang="or">ଗତି</short>
		    <short xml:lang="pl">Szybkość</short>
		    <short xml:lang="pt">Velocidade</short>
		    <short xml:lang="pt_BR">Velocidade</short>
		    <short xml:lang="ro">Viteză</short>
		    <short xml:lang="ru">Скорость</short>
		    <short xml:lang="sk">Rýchlosť</short>
		    <short xml:lang="sv">Hastighet</short>
		    <short xml:lang="tr">Hız</short>
		    <short xml:lang="uk">Швидкість</short>
		    <short xml:lang="zh_CN">速度</short>
		    <short xml:lang="zh_TW">速度</short>
		    <long>Zoom Speed</long>
		    <default>25</default>
		    <min>0.1</min>
		    <max>100</max>
		    <precision>0.1</precision>
		</option>
		<option type="float" name="timestep">
		    <short>Timestep</short>
		    <short xml:lang="ca">Etapa</short>
		    <short xml:lang="cs">Časový krok</short>
		    <short xml:lang="da">Tidstrin</short>
		    <short xml:lang="de">Zeitintervall</short>
		    <short xml:lang="el">Χρονικό Βήμα</short>
		    <short xml:lang="es">Paso</short>
		    <short xml:lang="eu">denbora-pausoa</short>
		    <short xml:lang="fi">Aikaviive</short>
		    <short xml:lang="fr">Intervalle</short>
		    <short xml:lang="gl">Saltos do tempo</short>
		    <short xml:lang="gu">સમયપગલું</short>
		    <short xml:lang="he">יחידת זמן</short>
		    <short xml:lang="hu">Időköz</short>
		    <short xml:lang="it">Intervallo</short>
		    <short xml:lang="ja">描画の時間刻み</short>
		    <short xml:lang="ko">시간 간격</short>
		    <short xml:lang="nb">Tidsskritt</short>
		    <short xml:lang="nl">Tijdstempel</short>
		    <short xml:lang="or">ସମଯସୋପାନ</short>
		    <short xml:lang="pl">Opóźnienie</short>
		    <short xml:lang="pt">Espaço de tempo</short>
		    <short xml:lang="pt_BR">Intervalo de tempo</short>
		    <short xml:lang="ro">Pas de timp</short>
		    <short xml:lang="ru">Шаг времени</short>
		    <short xml:lang="sk">Krok</short>
		    <short xml:lang="sv">Tidsintervall</short>
		    <short xml:lang="tr">Süre aralığı</short>
		    <short xml:lang="uk">Крок часу</short>
		    <short xml:lang="zh_CN">时间步长</short>
		    <short xml:lang="zh_TW">時間間隔</short>
		    <long>Zoom Timestep</long>
		    <default>1.2</default>
		    <min>0.1</min>
		    <max>50</max>
		    <precision>0.1</precision>
		</option>
	    </group>
	</options>
    </plugin>
</compiz>