From dc4c4f08c716c6275979904d837e3cded05f0565 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Tue, 9 Apr 2019 16:04:06 +0300 Subject: 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. --- .../wncklet/org.mate.panel.applet.window-list.gschema.xml.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in') 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 @@ Show windows from all workspaces If true, the window list will show windows from all workspaces. Otherwise it will only display windows from the current workspace. + + true + Display window thumbnails on hover + 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. + + + 200 + Size of window thumbnails + 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. + 'never' When to group windows -- cgit v1.2.1