File: org.gnome.mutter.gschema.xml.in

package info (click to toggle)
mutter 49.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 51,732 kB
  • sloc: ansic: 397,916; xml: 3,384; python: 3,270; sh: 389; ruby: 167; makefile: 61; javascript: 26
file content (211 lines) | stat: -rw-r--r-- 8,583 bytes parent folder | download | duplicates (3)
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
<schemalist>

  <flags id="org.gnome.mutter.MetaExperimentalFeature">
    <value nick="scale-monitor-framebuffer" value="1"/>
    <value nick="kms-modifiers" value="2"/>
    <value nick="autoclose-xwayland" value="4"/>
    <value nick="variable-refresh-rate" value="8"/>
    <value nick="xwayland-native-scaling" value="16"/>
  </flags>

  <schema id="org.gnome.mutter" path="/org/gnome/mutter/"
          gettext-domain="@GETTEXT_DOMAIN@">

    <key name="overlay-key" type="s">
      <default>'Super'</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 name="attach-modal-dialogs" type="b">
      <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 name="edge-tiling" type="b">
      <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 name="dynamic-workspaces" type="b">
      <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 name="workspaces-only-on-primary" type="b">
      <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 name="focus-change-on-pointer-rest" type="b">
      <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 name="draggable-border-width" type="i">
      <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 name="auto-maximize" type="b">
      <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 name="center-new-windows" type="b">
      <default>true</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>

    <key name="experimental-features"
        flags='org.gnome.mutter.MetaExperimentalFeature'>
      <default>[]</default>
      <summary>Enable experimental features</summary>
      <description>
        To enable experimental features, add the feature keyword to the list.
        Whether the feature requires restarting the compositor depends on the
        given feature. Any experimental feature is not required to still be
        available, or configurable. Don’t expect adding anything in this
        setting to be future proof.

        Currently possible keywords:

        • “scale-monitor-framebuffer” — makes mutter default to layout logical
                                        monitors in a logical pixel coordinate
                                        space, while scaling monitor
                                        framebuffers instead of window content,
                                        to manage HiDPI monitors. Does not
                                        require a restart.

        • “kms-modifiers”             — makes mutter always allocate scanout
                                        buffers with explicit modifiers, if
                                        supported by the driver. Requires a
                                        restart.

        • “autoclose-xwayland”        — automatically terminates Xwayland if all
                                        relevant X11 clients are gone.
                                        Requires a restart.

        • “variable-refresh-rate”     — makes mutter dynamically adjust the
                                        refresh rate of the monitor when
                                        applicable if supported by the monitor,
                                        GPU and DRM driver. Configurable in
                                        Settings. Requires a restart.

        • “xwayland-native-scaling”   — lets Xwayland clients use their native
                                        scaling support. If scaling is not
                                        supported by client, the client will
                                        be unscaled. Setting only takes effect
                                        when “scale-monitor-framebuffer” is
                                        enabled as well.
      </description>
    </key>

    <key name="locate-pointer-key" type="s">
      <default>'Control_L'</default>
      <summary>Modifier to use to locate the pointer</summary>
      <description>
        This key will initiate the “locate pointer” action.
      </description>
    </key>

    <key name="check-alive-timeout" type="u">
      <default>5000</default>
      <summary>Timeout for check-alive ping</summary>
      <description>
        Number of milliseconds a client has to respond to a ping request in
        order to not be detected as frozen. Using 0 will disable the alive check
        completely.
      </description>
    </key>

    <key name="output-luminance" type="a(ssssud)">
      <default>[]</default>
      <!-- TRANSLATORS: Luminance is different from brightness.
           See https://en.wikipedia.org/wiki/Luminance -->
      <summary>Per output luminance settings</summary>
      <description>
        Per output and color mode luminance setting. Each entry consists of a
        tuple with connector, vendor, product, serial, and a color mode, as well
        as an associated floating point value representing the output luminance
        in percent (%). The default when not specified is 100%.
      </description>
    </key>

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

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

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

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

    <key name="switch-monitor" type="as">
      <default><![CDATA[['<Super>p','XF86Display']]]></default>
      <summary>Switch monitor configurations</summary>
    </key>

    <key name="rotate-monitor" type="as">
      <default><![CDATA[['XF86RotateWindows']]]></default>
      <summary>Rotates the built-in monitor configuration</summary>
    </key>

    <key name="cancel-input-capture" type="as">
      <default><![CDATA[['<Super><Shift>Escape']]]></default>
      <summary>Cancel any active input capture session</summary>
    </key>

  </schema>
</schemalist>