This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.mutter.gschema.xml is in mutter-common 3.18.3-0ubuntu2.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/gnome/mutter/" id="org.gnome.mutter" gettext-domain="@GETTEXT_DOMAIN">

    <key type="s" name="overlay-key">
      <default>'Super_L'</default>
      <summary>Modifier to use for extended window management operations</summary>
      <description>This key will initiate the "overlay", which is a combination window overview and application launching system. The default is intended to be the "Windows key" on PC hardware. It's expected that this binding either the default or set to the empty string.</description>
    </key>

    <key type="b" name="attach-modal-dialogs">
      <default>false</default>
      <summary>Attach modal dialogs</summary>
      <description>When true, instead of having independent titlebars, modal dialogs appear attached to the titlebar of the parent window and are moved together with the parent window.</description>
    </key>

    <key type="b" name="edge-tiling">
      <default>false</default>
      <summary>Enable edge tiling when dropping windows on screen edges</summary>
      <description>If enabled, dropping windows on vertical screen edges maximizes them vertically and resizes them horizontally to cover half of the available area. Dropping windows on the top screen edge maximizes them completely.</description>
    </key>

    <key type="b" name="dynamic-workspaces">
      <default>false</default>
      <summary>Workspaces are managed dynamically</summary>
      <description>Determines whether workspaces are managed dynamically or whether there's a static number of workspaces (determined by the num-workspaces key in org.gnome.desktop.wm.preferences).</description>
    </key>

    <key type="b" name="workspaces-only-on-primary">
      <default>false</default>
      <summary>Workspaces only on primary</summary>
      <description>Determines whether workspace switching should happen for windows on all monitors or only for windows on the primary monitor.</description>
    </key>

    <key type="b" name="no-tab-popup">
      <default>false</default>
      <summary>No tab popup</summary>
      <description>Determines whether the use of popup and highlight frame should be disabled for window cycling.</description>
    </key>

    <key type="b" name="focus-change-on-pointer-rest">
      <default>false</default>
      <summary>Delay focus changes until the pointer stops moving</summary>
      <description>If set to true, and the focus mode is either "sloppy" or "mouse" then the focus will not be changed immediately when entering a window, but only after the pointer stops moving.</description>
    </key>

    <key type="i" name="draggable-border-width">
      <default>10</default>
      <range min="0" max="64"/>
      <summary>Draggable border width</summary>
      <description>The amount of total draggable borders. If the theme's visible borders are not enough, invisible borders will be added to meet this value.</description>
    </key>

    <key type="b" name="auto-maximize">
      <default>true</default>
      <summary>Auto maximize nearly monitor sized windows</summary>
      <description>If enabled, new windows that are initially the size of the monitor automatically get maximized.</description>
    </key>

    <key type="b" name="center-new-windows">
      <default>false</default>
      <summary>Place new windows in the center</summary>
      <description>When true, the new windows will always be put in the center of the active screen of the monitor.</description>
    </key>

    <child schema="org.gnome.mutter.keybindings" name="keybindings"/>

  </schema>
  <schema path="/org/gnome/mutter/keybindings/" id="org.gnome.mutter.keybindings">

    <key type="as" name="toggle-tiled-left">
      <default><![CDATA[['<Super>Left']]]></default>
    </key>

    <key type="as" name="toggle-tiled-right">
      <default><![CDATA[['<Super>Right']]]></default>
    </key>

    <key type="as" name="tab-popup-select">
      <default>[]</default>
      <summary>Select window from tab popup</summary>
    </key>

    <key type="as" name="tab-popup-cancel">
      <default>[]</default>
      <summary>Cancel tab popup</summary>
    </key>

  </schema>
</schemalist>