Shell – Showing thumbnails or some kind of preview in the Gnome workspace switcher popup

gnome-shellgnome3workspaces

The workspace switcher popup doesn't provide previews by default. Is there any way to enable them? The Workspace List that shows up on the right when super key is pressed does have preview.

switcher

Best Answer

You could do that via a gnome-shell extension:

workspace-switcher-popup-thumbnails

Download the zip file and either use gnome-tweak-tool to install it or extract the archive and move the resulting directory to

~/.local/share/gnome-shell/extensions/gnome-shell-extension-workspace-switcher-popup-thumbnails@sustmidown.centrum.cz

note the name of the extension directory (it has to match the uuid in metadata.json) then inside that directory, edit the metadata.json and replace 3.8 with your gnome-shell version, e.g.

"shell-version": ["3.18.2"]

save, restart both gnome-shell (Alt+F2 then r) and gnome-tweak-tool and use the latter to enable the extension:

enter image description here

Related Question