summaryrefslogtreecommitdiff
path: root/applets/wncklet/org.mate.panel.applet.window-list-previews.gschema.xml.in
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2019-05-09 14:30:43 -0400
committerraveit65 <[email protected]>2019-05-09 21:34:47 +0200
commit6164765c4150be348cf6397f679a17d9bb8fc930 (patch)
treeed27fd1053eba661ab3d2741d8e75e21675ca85d /applets/wncklet/org.mate.panel.applet.window-list-previews.gschema.xml.in
parent6dc636307a0c8a106d8a18a28159f18aa6f1b7d3 (diff)
downloadmate-panel-6164765c4150be348cf6397f679a17d9bb8fc930.tar.bz2
mate-panel-6164765c4150be348cf6397f679a17d9bb8fc930.tar.xz
Determine libwnck version during configure
Diffstat (limited to 'applets/wncklet/org.mate.panel.applet.window-list-previews.gschema.xml.in')
-rw-r--r--applets/wncklet/org.mate.panel.applet.window-list-previews.gschema.xml.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/applets/wncklet/org.mate.panel.applet.window-list-previews.gschema.xml.in b/applets/wncklet/org.mate.panel.applet.window-list-previews.gschema.xml.in
new file mode 100644
index 00000000..8f37281a
--- /dev/null
+++ b/applets/wncklet/org.mate.panel.applet.window-list-previews.gschema.xml.in
@@ -0,0 +1,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>