File: org.gnome.mutter.wayland.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 (155 lines) | stat: -rw-r--r-- 5,968 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
<schemalist>

  <flags id="org.gnome.mutter.MetaXwaylandDisableExtension">
    <value nick="Security" value="1"/>
    <value nick="Xtest" value="2"/>
  </flags>

  <schema id="org.gnome.mutter.wayland.keybindings" path="/org/gnome/mutter/wayland/keybindings/"
	  gettext-domain="@GETTEXT_DOMAIN@">
    <key name="switch-to-session-1" type="as">
      <default><![CDATA[['<Primary><Alt>F1']]]></default>
      <summary>Switch to VT 1</summary>
    </key>
    <key name="switch-to-session-2" type="as">
      <default><![CDATA[['<Primary><Alt>F2']]]></default>
      <summary>Switch to VT 2</summary>
    </key>
    <key name="switch-to-session-3" type="as">
      <default><![CDATA[['<Primary><Alt>F3']]]></default>
      <summary>Switch to VT 3</summary>
    </key>
    <key name="switch-to-session-4" type="as">
      <default><![CDATA[['<Primary><Alt>F4']]]></default>
      <summary>Switch to VT 4</summary>
    </key>
    <key name="switch-to-session-5" type="as">
      <default><![CDATA[['<Primary><Alt>F5']]]></default>
      <summary>Switch to VT 5</summary>
    </key>
    <key name="switch-to-session-6" type="as">
      <default><![CDATA[['<Primary><Alt>F6']]]></default>
      <summary>Switch to VT 6</summary>
    </key>
    <key name="switch-to-session-7" type="as">
      <default><![CDATA[['<Primary><Alt>F7']]]></default>
      <summary>Switch to VT 7</summary>
    </key>
    <key name="switch-to-session-8" type="as">
      <default><![CDATA[['<Primary><Alt>F8']]]></default>
      <summary>Switch to VT 8</summary>
    </key>
    <key name="switch-to-session-9" type="as">
      <default><![CDATA[['<Primary><Alt>F9']]]></default>
      <summary>Switch to VT 9</summary>
    </key>
    <key name="switch-to-session-10" type="as">
      <default><![CDATA[['<Primary><Alt>F10']]]></default>
      <summary>Switch to VT 10</summary>
    </key>
    <key name="switch-to-session-11" type="as">
      <default><![CDATA[['<Primary><Alt>F11']]]></default>
      <summary>Switch to VT 11</summary>
    </key>
    <key name="switch-to-session-12" type="as">
      <default><![CDATA[['<Primary><Alt>F12']]]></default>
      <summary>Switch to VT 12</summary>
    </key>
    <key name="restore-shortcuts" type="as">
      <default><![CDATA[['<Super>Escape']]]></default>
      <summary>Re-enable shortcuts</summary>
    </key>
  </schema>


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

    <key name="xwayland-allow-grabs" type="b">
      <default>false</default>
      <summary>Allow X11 grabs to lock keyboard focus with Xwayland</summary>
      <description>
        Allow all keyboard events to be routed to X11 “override redirect”
        windows with a grab when running in Xwayland.

        This option is to support X11 clients which map an “override redirect”
        window (which do not receive keyboard focus) and issue a keyboard
        grab to force all keyboard events to that window.

        This option is seldom used and has no effect on regular X11 windows
        which can receive keyboard focus under normal circumstances.

        For a X11 grab to be taken into account under Wayland, the client must
        also either send a specific X11 ClientMessage to the root window or be
        among the applications allowed in key “xwayland-grab-access-rules”.
      </description>
    </key>

    <key name="xwayland-grab-access-rules" type="as">
      <default>[]</default>
      <summary>Xwayland applications allowed to issue keyboard grabs</summary>
      <description>
        List the resource names or resource class of X11 windows either
        allowed or not allowed to issue X11 keyboard grabs under Xwayland.

        The resource name or resource class of a given X11 window can be
        obtained using the command “xprop WM_CLASS”.

        Wildcards “*” and jokers “?” in the values are supported.

        Values starting with “!” are denied, which has precedence over
        the list of values allowed, to revoke applications from the default
	system list.

        The default system list includes the following applications:

        “@XWAYLAND_GRAB_DEFAULT_ACCESS_RULES@”

        Users can break an existing grab by using the specific keyboard
        shortcut defined by the keybinding key “restore-shortcuts”.
      </description>
    </key>

    <key name="xwayland-disable-extension"
        flags='org.gnome.mutter.MetaXwaylandDisableExtension'>
      <default>[]</default>
      <summary>Disable selected X extensions in Xwayland</summary>
      <description>
        This option disables the selected X extensions in Xwayland if
        Xwayland was built with support for those X extensions.

        This option has no effect if Xwayland was built without support
        for the selected extensions.

        Xwayland needs to be restarted for this setting to take effect.
      </description>
    </key>

    <key name="xwayland-allow-byte-swapped-clients" type="b">
      <default>false</default>
      <summary>Allow X11 clients with a different endianness to connect to Xwayland</summary>
      <description>
        Allow connections from clients with an endianness different to that
	of Xwayland.

	The X server byte-swapping code is a huge attack surface, much of
	that code in Xwayland is prone to security issues.

	The use-case of byte-swapped clients is very niche, and disabled by
	default in Xwayland.

	Enable this option to instruct Xwayland to accept connections from
	X11 clients with a different endianness.

        This option has no effect if Xwayland does not support the command
	line option +byteswappedclients/-byteswappedclients to control that
	setting.

        Xwayland needs to be restarted for this setting to take effect.
      </description>
    </key>

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

</schemalist>