This file is indexed.

/usr/share/glib-2.0/schemas/org.freedesktop.compiz.group.gschema.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
<?xml version="1.0"?>
<schemalist>
  <schema id="org.freedesktop.compiz.group" gettext-domain="compiz">
    <key type="s" name="select-button">
      <default>'Disabled'</default>
      <summary>Select</summary>
      <description>The key for starting selecting windows.</description>
    </key>
    <key type="s" name="select-single-key">
      <default>'&lt;Super&gt;s'</default>
      <summary>Select Single Window</summary>
      <description>The key for selecting the current window.</description>
    </key>
    <key type="s" name="group-key">
      <default>'&lt;Super&gt;g'</default>
      <summary>Group Windows</summary>
      <description>The key for grouping windows.</description>
    </key>
    <key type="s" name="ungroup-key">
      <default>'&lt;Super&gt;u'</default>
      <summary>Ungroup Windows</summary>
      <description>The key for ungrouping the current group.</description>
    </key>
    <key type="s" name="remove-key">
      <default>'&lt;Super&gt;r'</default>
      <summary>Remove Group Window</summary>
      <description>The key for removing the selected window from its group.</description>
    </key>
    <key type="s" name="close-key">
      <default>'&lt;Super&gt;c'</default>
      <summary>Close Group</summary>
      <description>The key for closing all windows in the group.</description>
    </key>
    <key type="s" name="ignore-key">
      <default>'&lt;Super&gt;x'</default>
      <summary>Ignore Group</summary>
      <description>The key for ignoring the group. If this key is pressed, you can do actions for a single window in the group only.</description>
    </key>
    <key type="s" name="tabmode-key">
      <default>'&lt;Super&gt;t'</default>
      <summary>Tab Group</summary>
      <description>The key for toggling the tab mode for the current group.</description>
    </key>
    <key type="s" name="change-tab-left-key">
      <default>'&lt;Super&gt;Left'</default>
      <summary>Change Tab Left</summary>
      <description>The key for switching to the tab left of the current one.</description>
    </key>
    <key type="s" name="change-tab-right-key">
      <default>'&lt;Super&gt;Right'</default>
      <summary>Change Tab Right</summary>
      <description>The key for switching to the tab right of the current one.</description>
    </key>
    <key type="s" name="change-color-key">
      <default>'Disabled'</default>
      <summary>Glow Color Change</summary>
      <description>If you don't like the current glow color, you can change it with this key.</description>
    </key>
    <key type="b" name="move-all">
      <default>true</default>
      <summary>Move every window in the group</summary>
      <description>If one window in the group is moved, all other group windows are moved as well.</description>
    </key>
    <key type="b" name="resize-all">
      <default>false</default>
      <summary>Resize every window in the group</summary>
      <description>If one window in the group is resized, all other group windows are resized as well.</description>
    </key>
    <key type="b" name="raise-all">
      <default>true</default>
      <summary>Raise every window in the group</summary>
      <description>If one window in the group is activated, all other group windows are raised as well.</description>
    </key>
    <key type="b" name="maximize-unmaximize-all">
      <default>false</default>
      <summary>Maximize/unmaximize with group</summary>
      <description>If one window in the group is (un)maximized, all other group windows are (un)maximized as well.</description>
    </key>
    <key type="b" name="minimize-all">
      <default>true</default>
      <summary>Minimize with group</summary>
      <description>If one window in the group is (un)minimized, all other group windows are (un)minimized as well.</description>
    </key>
    <key type="b" name="shade-all">
      <default>false</default>
      <summary>Shade with group</summary>
      <description>If one window in the group is (un)shaded, all other group windows are (un)shaded as well.</description>
    </key>
    <key type="b" name="auto-group">
      <default>false</default>
      <summary>Group the windows after selection</summary>
      <description>If you have selected some windows, this automatically groups them (Doesn't work with selection mode 'Normal').</description>
    </key>
    <key type="b" name="auto-ungroup">
      <default>true</default>
      <summary>Ungroup the windows if only one window is left</summary>
      <description>If there is only 1 window left in the group, it will be ungrouped.</description>
    </key>
    <key type="s" name="window-match">
      <default>'Toolbar | Utility | Dialog | Normal | Unknown'</default>
      <summary>Group Window Match</summary>
      <description>Windows that should be allowed to be grouped (match)</description>
    </key>
    <key type="i" name="select-opacity">
      <default>80</default>
      <summary>Opacity</summary>
      <description>Opacity of selected windows (0 - 100)</description>
    </key>
    <key type="i" name="select-saturation">
      <default>20</default>
      <summary>Saturation</summary>
      <description>Saturation of selected windows (0 - 100)</description>
    </key>
    <key type="i" name="select-brightness">
      <default>70</default>
      <summary>Brightness</summary>
      <description>Brightness of selected windows (0 - 100)</description>
    </key>
    <key type="i" name="select-precision">
      <default>25</default>
      <summary>Precision</summary>
      <description>Precision of the selection (percentage of the visible window area which must be selected for the selection to be recognized). (1 - 100)</description>
    </key>
    <key type="s" name="fill-color">
      <default>'#00000055'</default>
      <summary>Selection Color</summary>
      <description>Fill color of the selection rectangle</description>
    </key>
    <key type="s" name="line-color">
      <default>'#000000ab'</default>
      <summary>Line Color</summary>
      <description>Line color of the selection rectangle</description>
    </key>
    <key type="b" name="mipmaps">
      <default>false</default>
      <summary>Create mipmaps for thumbnails</summary>
      <description>Create mipmaps for thumbnails in the tab bar</description>
    </key>
    <key type="b" name="untab-on-close">
      <default>false</default>
      <summary>Untab when closing top tab</summary>
      <description>Untab the group when closing the top tab window instead of changing tab</description>
    </key>
    <key type="b" name="autotab-create">
      <default>false</default>
      <summary>Autotab windows on creation</summary>
      <description>Autotab windows with themselves on window creation</description>
    </key>
    <key type="as" name="autotab-windows">
      <default>[]</default>
      <summary>Autotabbed window matches</summary>
      <description>Automatically tab matched windows into their own group on creation</description>
    </key>
    <key type="d" name="tabbar-show-delay">
      <default>0.4</default>
      <summary>Tab Bar Show Delay</summary>
      <description>Time (in s) before the tab bar is shown after hovering the title bar (0.0 - 10.0)</description>
    </key>
    <key type="d" name="tabbing-speed">
      <default>1.2</default>
      <summary>Tabbing Speed</summary>
      <description>Tabbing speed (0.1 - 50.0)</description>
    </key>
    <key type="d" name="tabbing-timestep">
      <default>1.5</default>
      <summary>Tabbing Timestep</summary>
      <description>Tabbing timestep (0.1 - 50.0)</description>
    </key>
    <key type="d" name="fade-time">
      <default>0.2</default>
      <summary>Fade time for tab bar animations</summary>
      <description>Duration (in s) of the tab bar fading animation when showing/hiding it (0.0 - 5.0)</description>
    </key>
    <key type="d" name="pulse-time">
      <default>0.6</default>
      <summary>Time for tab bar pulse animation</summary>
      <description>Duration (in s) of the tab bar pulse animation (0.0 - 5.0)</description>
    </key>
    <key type="d" name="reflex-time">
      <default>0.5</default>
      <summary>Time for tab bar reflex animation</summary>
      <description>Duration (in s) of the tab bar reflex animation (0.0 - 5.0)</description>
    </key>
    <key type="d" name="fade-text-time">
      <default>0.25</default>
      <summary>Fade time for text animations</summary>
      <description>Duration (in s) of the text fading animation when showing/hiding it (0.0 - 5.0)</description>
    </key>
    <key type="d" name="visibility-time">
      <default>0.5</default>
      <summary>Tab bar visibility time after tab change</summary>
      <description>Time (in s) the tab bar is visibly after a tab change (0.0 - 10.0)</description>
    </key>
    <key type="d" name="change-animation-time">
      <default>0.5</default>
      <summary>Change tab animation duration</summary>
      <description>Duration (in s) of the animation that happens when changing tabs (0.0 - 5.0)</description>
    </key>
    <key type="b" name="bar-animations">
      <default>true</default>
      <summary>Use tab bar animations</summary>
      <description>Play animations on the tab bar e.g. on fade in.</description>
    </key>
    <key type="i" name="thumb-size">
      <default>96</default>
      <summary>Thumb Size</summary>
      <description>The size of the window thumbs in the task bar (16 - 256)</description>
    </key>
    <key type="i" name="thumb-space">
      <default>5</default>
      <summary>Space</summary>
      <description>The space between the thumbs (1 - 20)</description>
    </key>
    <key type="i" name="border-radius">
      <default>10</default>
      <summary>Border Radius</summary>
      <description>The radius for the tab bar edges (1 - 20)</description>
    </key>
    <key type="i" name="border-width">
      <default>1</default>
      <summary>Border Width</summary>
      <description>The width of the tab bar outline (1 - 5)</description>
    </key>
    <key type="s" name="tab-base-color">
      <default>'#00000099'</default>
      <summary>Tab Base Color</summary>
      <description>Fill color of the tab bar</description>
    </key>
    <key type="s" name="tab-border-color">
      <default>'#000000ab'</default>
      <summary>Tab Border Color</summary>
      <description>Border color of the tab bar</description>
    </key>
    <key type="s" name="tab-highlight-color">
      <default>'#ffffff99'</default>
      <summary>Tab Highlight Color</summary>
      <description>Fill color of the tab bar</description>
    </key>
    <key type="i" name="tab-style">
      <default>0</default>
      <summary>Tab Style</summary>
      <description>The style of the tab bar (0 = Simple, 1 = Gradient, 2 = Glass, 3 = Metal, 4 = Murrina)</description>
    </key>
    <key type="i" name="tabbar-font-size">
      <default>12</default>
      <summary>Font Size</summary>
      <description>The size of the window title font in the tab bar (6 - 24)</description>
    </key>
    <key type="s" name="tabbar-font-color">
      <default>'#ffffffff'</default>
      <summary>Font Color</summary>
      <description>The color of the window title in the tab bar</description>
    </key>
    <key type="b" name="dnd-ungroup-window">
      <default>true</default>
      <summary>Remove window from group after dropping it outside a tab bar</summary>
      <description>Remove window from group after dropping it outside a tab bar</description>
    </key>
    <key type="d" name="drag-hover-time">
      <default>0.5</default>
      <summary>Hover time for slot dragging</summary>
      <description>Timespan (in s) after which a grouped window is activated if a window of another group is dragged over it (0.0 - 5.0)</description>
    </key>
    <key type="d" name="drag-spring-k">
      <default>8.0</default>
      <summary>Slot Drag Spring K</summary>
      <description>Spring Konstant used for slot dragging (0.1 - 30.0)</description>
    </key>
    <key type="d" name="drag-friction">
      <default>35.0</default>
      <summary>Slot drag friction</summary>
      <description>Spring friction for slot dragging (0.1 - 100.0)</description>
    </key>
    <key type="i" name="drag-y-distance">
      <default>400</default>
      <summary>Y distance for spring model</summary>
      <description>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. (10 - 2500)</description>
    </key>
    <key type="i" name="drag-speed-limit">
      <default>800</default>
      <summary>Speed limit for spring model</summary>
      <description>Mouse pointer movement speed limit (in pixels/second) for the spring model (0 - 2000)</description>
    </key>
    <key type="b" name="glow">
      <default>true</default>
      <summary>Enable Glow</summary>
      <description>Enable grouped window glowing</description>
    </key>
    <key type="i" name="glow-size">
      <default>64</default>
      <summary>Glow Size</summary>
      <description>The size of the grouped window glow (1 - 300)</description>
    </key>
    <key type="i" name="glow-type">
      <default>0</default>
      <summary>Glow Type</summary>
      <description>The type of the glow (0 = Rectangular glow, 1 = Glow ring)</description>
    </key>
  </schema>
</schemalist>