summaryrefslogtreecommitdiff
path: root/src/org.gnome.metacity.gschema.xml.in
blob: 94628d027c0fa4d9f8be13722886fc018cb4c1de (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
<schemalist>

  <enum id="org.gnome.metacity.MetaPlacementMode">
    <value nick="smart" value="0" />
    <value nick="cascade" value="1" />
    <value nick="center" value="2" />
    <value nick="origin" value="3" />
    <value nick="random" value="4" />
  </enum>

  <schema id="org.gnome.metacity" path="/org/gnome/metacity/"
          gettext-domain="@GETTEXT_PACKAGE@">
    <key name="compositing-manager" type="b">
      <default>true</default>
      <_summary>Compositing Manager</_summary>
      <_description>
        Determines whether Metacity is a compositing manager.
      </_description>
    </key>
    <key name="reduced-resources" type="b">
      <default>false</default>
      <_summary>If true, trade off usability for less resource usage</_summary>
      <_description>
        If true, Metacity will give the user less feedback by using wireframes,
        avoiding animations, or other means. This is a significant reduction
        in usability for many users, but may allow legacy applications to
        continue working, and may also be a useful tradeoff
        for terminal servers.

        However, the wireframe feature is disabled when accessibility is on.
      </_description>
    </key>
    <key name="edge-tiling" type="b">
      <default>true</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="placement-mode" enum="org.gnome.metacity.MetaPlacementMode">
      <default>'smart'</default>
      <_summary>Window placement behavior</_summary>
      <_description>
        Metacity's default window-placement behavior is smart (first-fit),
        similar to behaviors in some other window managers. It will try to tile
        windows so that they do not overlap. Set this option to "smart" for this
        behavior.

        This option can be set to "center" to place new windows in the centers
        of their workspaces, "origin" for the upper-left corners of the
        workspaces, or "random" to place new windows at random locations within
        their workspaces.
      </_description>
    </key>
    <key name="alt-tab-thumbnails" type="b">
      <default>false</default>
      <_summary>Show window content thumbnail in Alt-Tab</_summary>
      <_description>
        If set to true, Metacity will show window content thumbnails in the
        Alt-Tab window instead of only icons.
      </_description>
    </key>
    <key name="theme" type="s">
      <default>'Adwaita'</default>
      <_summary>Current theme</_summary>
      <_description>
        The theme determines the appearance of window borders, titlebar,
        and so forth.
      </_description>
    </key>
  </schema>

</schemalist>