summaryrefslogtreecommitdiff
path: root/applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in
blob: 08647c2135cb346849aa09def770c2782544cd77 (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
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
  <enum id="org.mate.panel.applet.window-list.GroupingType">
    <value nick="never" value="0"/>
    <value nick="auto" value="1"/>
    <value nick="always" value="2"/>
  </enum>
  <schema id="org.mate.panel.applet.window-list">
    <key name="display-all-workspaces" type="b">
      <default>false</default>
      <summary>Show windows from all workspaces</summary>
      <description>If true, the window list will show windows from all workspaces. Otherwise it will only display windows from the current workspace.</description>
    </key>
    <key name="show-window-thumbnails" type="b">
      <default>true</default>
      <summary>Display window thumbnails on hover</summary>
      <description>If true, then when hovering over a taskbar item, a thumbnail of the window will appear. It will go away as soon as the mouse leaves the item.</description>
    </key>
    <key name="thumbnail-window-size" type="i">
      <default>200</default>
      <summary>Size of window thumbnails</summary>
      <description>Size in pixels of the window preview thumbnail. The largest between width and height will use this value, the other one will be calculated to maintain the correct aspect ratio.</description>
    </key>
    <key name="group-windows" enum="org.mate.panel.applet.window-list.GroupingType">
      <default>'never'</default>
      <summary>When to group windows</summary>
      <description>Decides when to group windows from the same application on the window list. Possible values are "never", "auto" and "always".</description>
    </key>
    <key name="move-unminimized-windows" type="b">
      <default>true</default>
      <summary>Move windows to current workspace when unminimized</summary>
      <description>If true, then when unminimizing a window, move it to the current workspace. Otherwise, switch to the workspace of the window.</description>
    </key>
  </schema>
</schemalist>