This file is indexed.

/usr/share/compiz/group.xml is in compiz-plugins-extra 0.9.7.0~bzr9-0ubuntu6.

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
<?xml version="1.0"?>
<compiz>
  <plugin name="group" useBcop="true">
    <short>Group and Tab Windows</short>
    <long>With this plugin you can group and tab windows</long>
	<category>Window Management</category>
	<deps>
		<requirement>
		    <plugin>opengl</plugin>
		    <plugin>mousepoll</plugin>
		</requirement>
		<relation type="after">
			<plugin>fade</plugin>
			<plugin>place</plugin>
			<plugin>text</plugin>
		</relation>
	</deps>
    <options>
      <group>
        <short>Selection</short>
        <subgroup>
          <short>Key bindings</short>
          <option name="select_button" type="button">
            <short>Select</short>
            <long>The key for starting selecting windows.</long>
          </option>
          <option name="select_single_key" type="key">
            <short>Select Single Window</short>
            <long>The key for selecting the current window.</long>
            <default>&lt;Super&gt;s</default>
          </option>
        </subgroup>
      </group>
      <group>
        <short>Grouping</short>
        <subgroup>
          <short>Key bindings</short>
          <option name="group_key" type="key">
            <short>Group Windows</short>
            <long>The key for grouping windows.</long>
            <default>&lt;Super&gt;g</default>
          </option>
          <option name="ungroup_key" type="key">
            <short>Ungroup Windows</short>
            <long>The key for ungrouping the current group.</long>
            <default>&lt;Super&gt;u</default>
          </option>
          <option name="remove_key" type="key">
            <short>Remove Group Window</short>
            <long>The key for removing the selected window from its group.</long>
            <default>&lt;Super&gt;r</default>
          </option>
          <option name="close_key" type="key">
            <short>Close Group</short>
            <long>The key for closing all windows in the group.</long>
            <default>&lt;Super&gt;c</default>
          </option>
          <option name="ignore_key" type="key">
            <short>Ignore Group</short>
            <long>The key for ignoring the group. If this key is pressed, you can do actions for a single window in the group only.</long>
            <default>&lt;Super&gt;x</default>
          </option>
        </subgroup>
      </group>
      <group>
        <short>Tabbing</short>
        <subgroup>
          <short>Key bindings</short>
          <option name="tabmode_key" type="key">
            <short>Tab Group</short>
            <long>The key for toggling the tab mode for the current group.</long>
            <default>&lt;Super&gt;t</default>
          </option>
          <option name="change_tab_left_key" type="key">
            <short>Change Tab Left</short>
            <long>The key for switching to the tab left of the current one.</long>
            <default>&lt;Super&gt;Left</default>
          </option>
          <option name="change_tab_right_key" type="key">
            <short>Change Tab Right</short>
            <long>The key for switching to the tab right of the current one.</long>
            <default>&lt;Super&gt;Right</default>
          </option>
        </subgroup>
      </group>
      <group>
        <short>Glow</short>
        <subgroup>
          <short>Key bindings</short>
          <option name="change_color_key" type="key">
            <short>Glow Color Change</short>
            <long>If you don't like the current glow color, you can change it with this key.</long>
          </option>
        </subgroup>
      </group>
      <group>
        <short>General</short>
        <option name="move_all" type="bool">
          <short>Move every window in the group</short>
          <long>If one window in the group is moved, all other group windows are moved as well.</long>
          <default>true</default>
        </option>
        <option name="resize_all" type="bool">
          <short>Resize every window in the group</short>
          <long>If one window in the group is resized, all other group windows are resized as well.</long>
          <default>false</default>
        </option>
        <option name="raise_all" type="bool">
          <short>Raise every window in the group</short>
          <long>If one window in the group is activated, all other group windows are raised as well.</long>
          <default>true</default>
        </option>
        <option name="maximize_unmaximize_all" type="bool">
          <short>Maximize/unmaximize with group</short>
          <long>If one window in the group is (un)maximized, all other group windows are (un)maximized as well.</long>
          <default>false</default>
        </option>
        <option name="minimize_all" type="bool">
          <short>Minimize with group</short>
          <long>If one window in the group is (un)minimized, all other group windows are (un)minimized as well.</long>
          <default>true</default>
        </option>
        <option name="shade_all" type="bool">
          <short>Shade with group</short>
          <long>If one window in the group is (un)shaded, all other group windows are (un)shaded as well.</long>
          <default>false</default>
        </option>
        <option name="auto_group" type="bool">
          <short>Group the windows after selection</short>
          <long>If you have selected some windows, this automatically groups them (Doesn't work with selection mode 'Normal').</long>
          <default>false</default>
        </option>
        <option name="auto_ungroup" type="bool">
          <short>Ungroup the windows if only one window is left</short>
          <long>If there is only 1 window left in the group, it will be ungrouped.</long>
          <default>true</default>
        </option>
        <option name="window_match" type="match">
          <short>Group Window Match</short>
          <long>Windows that should be allowed to be grouped</long>
          <default>Toolbar | Utility | Dialog | Normal | Unknown</default>
        </option>
      </group>
      <group>
        <short>Selection</short>
        <subgroup>
          <short>Options</short>
          <option name="select_opacity" type="int">
            <short>Opacity</short>
            <long>Opacity of selected windows</long>
            <default>80</default>
            <min>0</min>
            <max>100</max>
          </option>
          <option name="select_saturation" type="int">
            <short>Saturation</short>
            <long>Saturation of selected windows</long>
            <default>20</default>
            <min>0</min>
            <max>100</max>
          </option>
          <option name="select_brightness" type="int">
            <short>Brightness</short>
            <long>Brightness of selected windows</long>
            <default>70</default>
            <min>0</min>
            <max>100</max>
          </option>
          <option name="select_precision" type="int">
            <short>Precision</short>
            <long>Precision of the selection (percentage of the visible window area which must be selected for the selection to be recognized).</long>
            <default>25</default>
            <min>1</min>
            <max>100</max>
          </option>
        </subgroup>
        <subgroup>
          <short>Colors</short>
          <option name="fill_color" type="color">
            <short>Selection Color</short>
            <long>Fill color of the selection rectangle</long>
            <default>
              <red>0x0000</red>
              <green>0x0000</green>
              <blue>0x0000</blue>
              <alpha>0x5555</alpha>
            </default>
          </option>
          <option name="line_color" type="color">
            <short>Line Color</short>
            <long>Line color of the selection rectangle</long>
            <default>
              <red>0x0000</red>
              <green>0x0000</green>
              <blue>0x0000</blue>
              <alpha>0xabab</alpha>
            </default>
          </option>
        </subgroup>
      </group>
      <group>
        <short>Tabbing</short>
        <subgroup>
          <short>Misc. Options</short>
          <option name="mipmaps" type="bool">
            <short>Create mipmaps for thumbnails</short>
            <long>Create mipmaps for thumbnails in the tab bar</long>
            <default>false</default>
          </option>
          <option name="untab_on_close" type="bool">
            <short>Untab when closing top tab</short>
            <long>Untab the group when closing the top tab window instead of changing tab</long>
            <default>false</default>
          </option>
          <option name="autotab_create" type="bool">
            <short>Autotab windows on creation</short>
            <long>Autotab windows with themselves on window creation</long>
            <default>false</default>
          </option>
          <option name="autotab_windows" type="list">
                <short>Autotabbed window matches</short>
                <long>Automatically tab matched windows into their own group on creation</long>
                <type>match</type>
          </option>
          <option name="tabbar_show_delay" type="float">
            <short>Tab Bar Show Delay</short>
            <long>Time (in s) before the tab bar is shown after hovering the title bar</long>
            <default>0.4</default>
            <min>0.0</min>
            <max>10.0</max>
            <precision>0.1</precision>
          </option>
        </subgroup>
        <subgroup>
          <short>Animation Options</short>
          <option name="tabbing_speed" type="float">
            <short>Tabbing Speed</short>
            <long>Tabbing speed</long>
            <default>1.2</default>
            <min>0.1</min>
            <max>50.0</max>
            <precision>0.1</precision>
          </option>
          <option name="tabbing_timestep" type="float">
            <short>Tabbing Timestep</short>
            <long>Tabbing timestep</long>
            <default>1.5</default>
            <min>0.1</min>
            <max>50.0</max>
            <precision>0.1</precision>
          </option>
          <option name="fade_time" type="float">
            <short>Fade time for tab bar animations</short>
            <long>Duration (in s) of the tab bar fading animation when showing/hiding it</long>
            <default>0.2</default>
            <min>0.0</min>
            <max>5.0</max>
            <precision>0.1</precision>
          </option>
		  <option name="pulse_time" type="float">
            <short>Time for tab bar pulse animation</short>
            <long>Duration (in s) of the tab bar pulse animation</long>
            <default>0.6</default>
            <min>0.0</min>
            <max>5.0</max>
            <precision>0.1</precision>
          </option>
		  <option name="reflex_time" type="float">
            <short>Time for tab bar reflex animation</short>
            <long>Duration (in s) of the tab bar reflex animation</long>
            <default>0.5</default>
            <min>0.0</min>
            <max>5.0</max>
            <precision>0.1</precision>
          </option>
          <option name="fade_text_time" type="float">
            <short>Fade time for text animations</short>
            <long>Duration (in s) of the text fading animation when showing/hiding it</long>
            <default>0.25</default>
            <min>0.0</min>
            <max>5.0</max>
            <precision>0.05</precision>
          </option>
          <option name="visibility_time" type="float">
            <short>Tab bar visibility time after tab change</short>
            <long>Time (in s) the tab bar is visibly after a tab change</long>
            <default>0.5</default>
            <min>0.0</min>
            <max>10.0</max>
            <precision>0.05</precision>
          </option>
          <option name="change_animation_time" type="float">
            <short>Change tab animation duration</short>
            <long>Duration (in s) of the animation that happens when changing tabs</long>
            <default>0.5</default>
            <min>0.0</min>
            <max>5.0</max>
            <precision>0.05</precision>
          </option>
        </subgroup>
        <subgroup>
          <short>Appearance</short>
          <option name="bar_animations" type="bool">
            <short>Use tab bar animations</short>
            <long>Play animations on the tab bar e.g. on fade in.</long>
            <default>true</default>
          </option>
          <option name="thumb_size" type="int">
            <short>Thumb Size</short>
            <long>The size of the window thumbs in the task bar</long>
            <default>96</default>
            <min>16</min>
            <max>256</max>
          </option>
          <option name="thumb_space" type="int">
            <short>Space</short>
            <long>The space between the thumbs</long>
            <default>5</default>
            <min>1</min>
            <max>20</max>
          </option>
          <option name="border_radius" type="int">
            <short>Border Radius</short>
            <long>The radius for the tab bar edges</long>
            <default>10</default>
            <min>1</min>
            <max>20</max>
          </option>
          <option name="border_width" type="int">
            <short>Border Width</short>
            <long>The width of the tab bar outline</long>
            <default>1</default>
            <min>1</min>
            <max>5</max>
          </option>
          <option name="tab_base_color" type="color">
            <short>Tab Base Color</short>
            <long>Fill color of the tab bar</long>
            <default>
              <red>0x0000</red>
              <green>0x0000</green>
              <blue>0x0000</blue>
              <alpha>0x9999</alpha>
            </default>
          </option>
          <option name="tab_border_color" type="color">
            <short>Tab Border Color</short>
            <long>Border color of the tab bar</long>
            <default>
              <red>0x0000</red>
              <green>0x0000</green>
              <blue>0x0000</blue>
              <alpha>0xabab</alpha>
            </default>
          </option>
          <option name="tab_highlight_color" type="color">
            <short>Tab Highlight Color</short>
            <long>Fill color of the tab bar</long>
            <default>
              <red>0xffff</red>
              <green>0xffff</green>
              <blue>0xffff</blue>
              <alpha>0x9999</alpha>
            </default>
          </option>
          <option name="tab_style" type="int">
            <short>Tab Style</short>
            <long>The style of the tab bar</long>
			<default>0</default>
			<min>0</min>
			<max>4</max>
			<desc>
				<value>0</value>
				<name>Simple</name>
			</desc>
			<desc>
				<value>1</value>
				<name>Gradient</name>
			</desc>
			<desc>
				<value>2</value>
				<name>Glass</name>
			</desc>
			<desc>
				<value>3</value>
				<name>Metal</name>
			</desc>
			<desc>
				<value>4</value>
				<name>Murrina</name>
			</desc>
          </option>
        </subgroup>
        <subgroup>
          <short>Window Title Font</short>
          <option name="tabbar_font_size" type="int">
            <short>Font Size</short>
            <long>The size of the window title font in the tab bar</long>
            <default>12</default>
            <min>6</min>
            <max>24</max>
          </option>
          <option name="tabbar_font_color" type="color">
            <short>Font Color</short>
            <long>The color of the window title in the tab bar</long>
            <default>
              <red>0xffff</red>
              <green>0xffff</green>
              <blue>0xffff</blue>
              <alpha>0xffff</alpha>
            </default>
          </option>
        </subgroup>
        <subgroup>
          <short>Slot Dragging</short>
          <option name="dnd_ungroup_window" type="bool">
            <short>Remove window from group after dropping it outside a tab bar</short>
            <long>Remove window from group after dropping it outside a tab bar</long>
            <default>true</default>
          </option>
          <option name="drag_hover_time" type="float">
            <short>Hover time for slot dragging</short>
            <long>Timespan (in s) after which a grouped window is activated if a window of another group is dragged over it</long>
            <default>0.5</default>
            <min>0.0</min>
            <max>5.0</max>
            <precision>0.1</precision>
          </option>
          <option name="drag_spring_k" type="float">
            <short>Slot Drag Spring K</short>
            <long>Spring Konstant used for slot dragging</long>
            <default>8.0</default>
            <min>0.1</min>
            <max>30.0</max>
            <precision>0.1</precision>
          </option>
          <option name="drag_friction" type="float">
            <short>Slot drag friction</short>
            <long>Spring friction for slot dragging</long>
            <default>35.0</default>
            <min>0.1</min>
            <max>100.0</max>
            <precision>0.1</precision>
          </option>
          <option name="drag_y_distance" type="int">
            <short>Y distance for spring model</short>
            <long>Distance (in pixels) between the tab bar and the dragged slot for applying the spring model. If the distance is larger than that value, the model isn't applied.</long>
            <default>400</default>
            <min>10</min>
            <max>2500</max>
          </option>
          <option name="drag_speed_limit" type="int">
            <short>Speed limit for spring model</short>
            <long>Mouse pointer movement speed limit (in pixels/second) for the spring model</long>
            <default>800</default>
            <min>0</min>
            <max>2000</max>
          </option>
        </subgroup>
      </group>
      <group>
        <short>Glow</short>
        <option name="glow" type="bool">
          <short>Enable Glow</short>
          <long>Enable grouped window glowing</long>
          <default>true</default>
        </option>
        <option name="glow_size" type="int">
          <short>Glow Size</short>
          <long>The size of the grouped window glow</long>
          <default>64</default>
          <min>1</min>
          <max>300</max>
        </option>
        <option name="glow_type" type="int">
          <short>Glow Type</short>
          <long>The type of the glow</long>
		  <default>0</default>
		  <min>0</min>
		  <max>1</max>
		  <desc>
			  <value>0</value>
			  <name>Rectangular glow</name>
		  </desc>
		  <desc>
			  <value>1</value>
			  <name>Glow ring</name>
		  </desc>
        </option>
      </group>
    </options>
  </plugin>
</compiz>