summaryrefslogtreecommitdiff
path: root/src/org.gnome.mutter.gschema.xml.in
blob: 81566cf2b6589ad6f099dbaf727d89531d4b1e8c (plain)
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
<schemalist>
  <schema id="org.gnome.mutter" path="/org/gnome/mutter/"
          gettext-domain="@GETTEXT_DOMAIN">

    <key name="overlay-key" type="s">
      <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 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="no-tab-popup" type="b">
      <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 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>

    <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>
    </key>

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

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

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

    <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>

  </schema>
</schemalist>