summaryrefslogtreecommitdiff
path: root/applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2019-04-09 16:04:06 +0300
committerraveit65 <[email protected]>2019-05-09 21:34:47 +0200
commitdc4c4f08c716c6275979904d837e3cded05f0565 (patch)
treefa68ca4cdde365ff88a5326f037f032deb6a3d7b /applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in
parenta2cdef91974fbe83995791e98f19ed58ec04a43c (diff)
downloadmate-panel-dc4c4f08c716c6275979904d837e3cded05f0565.tar.bz2
mate-panel-dc4c4f08c716c6275979904d837e3cded05f0565.tar.xz
window-list: Show window previews on hover
When hovering on taskbar entries, display a popup with a thumbnail of the associated window. Popup goes away when leaving the button. If a window has not been mapped since the applet started, it will not display a thumbnail. Once mapped, however, it will use its latest available thumbnail as preview, even when minimized. Thumbnails can be turned on or off, and the size can be changed in the applet preferences dialog.
Diffstat (limited to 'applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in')
-rw-r--r--applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in b/applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in
index 0f2d871d..08647c21 100644
--- a/applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in
+++ b/applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in
@@ -10,6 +10,16 @@
<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>