summaryrefslogtreecommitdiff
path: root/applets/wncklet/org.mate.panel.applet.window-list-previews.gschema.xml.in
blob: 8f37281a0e273efc46aff19f2ef664edd3586412 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
  <schema id="org.mate.panel.applet.window-list-previews">
    <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>
  </schema>
</schemalist>