This file is indexed.

/usr/share/glib-2.0/schemas/org.compiz.wall.gschema.xml is in compiz-gnome 1:0.9.11+14.04.20140409-0ubuntu1.

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
<?xml version="1.0"?>
<schemalist>
  <schema id="org.compiz.wall" gettext-domain="compiz">
    <key type="b" name="show-switcher">
      <default>true</default>
      <summary>Show Viewport Switcher Preview</summary>
      <description>Show switcher window while switching viewports</description>
    </key>
    <key type="b" name="miniscreen">
      <default>true</default>
      <summary>Show Live Viewport Previews</summary>
      <description>Show live viewport previews in switcher window</description>
    </key>
    <key type="d" name="preview-timeout">
      <default>0.2</default>
      <summary>Switch Target Preview Visibility Time</summary>
      <description>Duration (in s) the switch target preview should remain visible after switching ends. (0.0 - 2.0)</description>
    </key>
    <key type="i" name="preview-scale">
      <default>130</default>
      <summary>Preview Scale</summary>
      <description>Size of the preview in % (0 - 400)</description>
    </key>
    <key type="i" name="edge-radius">
      <default>5</default>
      <summary>Edge Radius</summary>
      <description>Radius of the rounded edge (0 - 20)</description>
    </key>
    <key type="i" name="border-width">
      <default>7</default>
      <summary>Border Width</summary>
      <description>Width of the border between the previews (0 - 30)</description>
    </key>
    <key type="s" name="outline-color">
      <default>'#ffffff32'</default>
      <summary>Outline Color</summary>
      <description>Outline color of the switcher window.</description>
    </key>
    <key type="s" name="background-gradient-base-color">
      <default>'#00000064'</default>
      <summary>Base Color</summary>
      <description>First color for the background gradient of the switcher window.</description>
    </key>
    <key type="s" name="background-gradient-highlight-color">
      <default>'#00000064'</default>
      <summary>Highlight Color</summary>
      <description>Second color for the background gradient of the switcher window.</description>
    </key>
    <key type="s" name="background-gradient-shadow-color">
      <default>'#00000064'</default>
      <summary>Shadow Color</summary>
      <description>Third color for the background gradient of the switcher window.</description>
    </key>
    <key type="s" name="thumb-gradient-base-color">
      <default>'#55555532'</default>
      <summary>Base Color</summary>
      <description>First color for the thumb gradient of the switcher window.</description>
    </key>
    <key type="s" name="thumb-gradient-highlight-color">
      <default>'#55555532'</default>
      <summary>Highlight Color</summary>
      <description>Second color for the thumb gradient of the switcher window.</description>
    </key>
    <key type="s" name="thumb-highlight-gradient-base-color">
      <default>'#ffffffff'</default>
      <summary>Base Color</summary>
      <description>First color for the thumb highlight gradient of the switcher window.</description>
    </key>
    <key type="s" name="thumb-highlight-gradient-shadow-color">
      <default>'#dfdfdfff'</default>
      <summary>Shadow Color</summary>
      <description>Second color for the thumb highlight gradient of the switcher window.</description>
    </key>
    <key type="s" name="arrow-base-color">
      <default>'#e6e6e6d9'</default>
      <summary>Base Color</summary>
      <description>First color of the arrow of the switcher window.</description>
    </key>
    <key type="s" name="arrow-shadow-color">
      <default>'#dcdcdcd9'</default>
      <summary>Shadow Color</summary>
      <description>Second color of the arrow of the switcher window.</description>
    </key>
    <key type="b" name="allow-wraparound">
      <default>false</default>
      <summary>Allow Wrap-Around</summary>
      <description>Allow wrap-around when moving the wall up/down/left/right</description>
    </key>
    <key type="d" name="slide-duration">
      <default>0.3</default>
      <summary>Wall Sliding Duration</summary>
      <description>Duration (in s) for wall sliding viewport switching animation (0.0 - 5.0)</description>
    </key>
    <key type="s" name="no-slide-match">
      <default>'type=Dock | type=Desktop | state=Sticky'</default>
      <summary>Non Sliding Windows</summary>
      <description>Windows that should not slide during the slide animation (match)</description>
    </key>
    <key type="b" name="auto-switch-vp-and-window">
      <default>false</default>
      <summary>Auto Switch Vp And Window</summary>
      <description>Auto switch the viewport and move window when Alt-Tab to window that is more than half contained in another viewport</description>
    </key>
    <key type="s" name="left-key">
      <default>'&lt;Control&gt;&lt;Alt&gt;Left'</default>
      <summary>Move Left</summary>
      <description>Move along the wall to the left</description>
    </key>
    <key type="s" name="left-button">
      <default>'Disabled'</default>
      <summary>Move Left</summary>
      <description>Move along the wall to the left</description>
    </key>
    <key type="s" name="right-key">
      <default>'&lt;Control&gt;&lt;Alt&gt;Right'</default>
      <summary>Move Right</summary>
      <description>Move along the wall to the right</description>
    </key>
    <key type="s" name="right-button">
      <default>'Disabled'</default>
      <summary>Move Right</summary>
      <description>Move along the wall to the right</description>
    </key>
    <key type="s" name="up-key">
      <default>'&lt;Control&gt;&lt;Alt&gt;Up'</default>
      <summary>Move Up</summary>
      <description>Move along the wall up</description>
    </key>
    <key type="s" name="up-button">
      <default>'Disabled'</default>
      <summary>Move Up</summary>
      <description>Move along the wall up</description>
    </key>
    <key type="s" name="down-key">
      <default>'&lt;Control&gt;&lt;Alt&gt;Down'</default>
      <summary>Move Down</summary>
      <description>Move along the wall down</description>
    </key>
    <key type="s" name="down-button">
      <default>'Disabled'</default>
      <summary>Move Down</summary>
      <description>Move along the wall down</description>
    </key>
    <key type="s" name="next-key">
      <default>'Disabled'</default>
      <summary>Move Next</summary>
      <description>Move along the wall to the next viewport</description>
    </key>
    <key type="s" name="next-button">
      <default>'Disabled'</default>
      <summary>Move Next</summary>
      <description>Move along the wall to the next viewport</description>
    </key>
    <key type="s" name="prev-key">
      <default>'Disabled'</default>
      <summary>Move Prev</summary>
      <description>Move along the wall to the previous viewport</description>
    </key>
    <key type="s" name="prev-button">
      <default>'Disabled'</default>
      <summary>Move Prev</summary>
      <description>Move along the wall to the previous viewport</description>
    </key>
    <key type="s" name="left-window-key">
      <default>'&lt;Control&gt;&lt;Alt&gt;&lt;Shift&gt;Left'</default>
      <summary>Move Left With Window</summary>
      <description>Move with window along the wall to the left</description>
    </key>
    <key type="s" name="right-window-key">
      <default>'&lt;Control&gt;&lt;Alt&gt;&lt;Shift&gt;Right'</default>
      <summary>Move Right With Window</summary>
      <description>Move with window along the wall to the right</description>
    </key>
    <key type="s" name="up-window-key">
      <default>'&lt;Control&gt;&lt;Alt&gt;&lt;Shift&gt;Up'</default>
      <summary>Move Up With Window</summary>
      <description>Move with window along the wall up</description>
    </key>
    <key type="s" name="down-window-key">
      <default>'&lt;Control&gt;&lt;Alt&gt;&lt;Shift&gt;Down'</default>
      <summary>Move Down With Window</summary>
      <description>Move with window along the wall down</description>
    </key>
    <key type="s" name="flip-left-edge">
      <default>'Left'</default>
      <summary>Flip Left</summary>
      <description>Flip left</description>
    </key>
    <key type="s" name="flip-right-edge">
      <default>'Right'</default>
      <summary>Flip Right</summary>
      <description>Flip right</description>
    </key>
    <key type="s" name="flip-up-edge">
      <default>'Top'</default>
      <summary>Flip Up</summary>
      <description>Flip up</description>
    </key>
    <key type="s" name="flip-down-edge">
      <default>'Bottom'</default>
      <summary>Flip Down</summary>
      <description>Flip down</description>
    </key>
    <key type="i" name="mmmode">
      <default>0</default>
      <summary>Multimonitor behavior</summary>
      <description>How should a multimonitor configuration be handled (0 = Switch all, 1 = Switch separately)</description>
    </key>
    <key type="b" name="edgeflip-pointer">
      <default>false</default>
      <summary>Edge Flip Pointer</summary>
      <description>Flip viewport when moving the pointer to a screen edge</description>
    </key>
    <key type="b" name="edgeflip-move">
      <default>false</default>
      <summary>Edge Flip Move</summary>
      <description>Flip viewport when moving a window to a screen edge</description>
    </key>
    <key type="b" name="edgeflip-dnd">
      <default>false</default>
      <summary>Edge Flip DnD</summary>
      <description>Flip viewport when dragging an object to a screen edge</description>
    </key>
  </schema>
</schemalist>