CoverflowAltTab is an Alt-Tab replacement available as an extension for Gnome-Shell. It lets you Alt-Tab through your windows in a cover-flow manner.
Easiest way to install the extension is via extensions.gnome.org, the official Gnome extension platform. Head over there and install CoverflowAltTab with one click by toggling the switch on the site.
If you want to install it manually (e.g. to test the latest, probably unstable code):
Download the zip file by clicking the zip button on the upper part of this page and extract it (or you can just clone the repository).
Install the extension locally by running the following command in Terminal:
make all
This extension uses the following key bindings (you can change or disable them in your system settings):
Many users prefer a flat list of windows over a list grouped by application and so prefer the Alt+Tab key combination for "Switch windows". Such a user could change the keybindings as in the table:
Action | Default Shortcut | Recommended Shortcut |
---|---|---|
Switch applications | Alt+Tab | Super+Tab |
Switch windows | None | Alt+Tab |
All of the shortcuts with Shift key pressed cycles backward.
You can also use the arrow keys, mouse wheel, or trackpad to cycle through the windows.
The extension exports a DBus interface. This can be used, for example, with the Custom Hot Corners - Extended extension to launch the switcher by moving to a corner.
The interface has four methods:
launch
method which takes a string that should be either windows
or applications
gdbus call --session --dest org.gnome.Shell.Extensions.Coverflowalttab --object-path /org/gnome/Shell/Extensions/Coverflowalttab --method org.gnome.Shell.Extensions.Coverflowalttab.launch "windows"
next
method which takes no arguments.previous
method which also takes no arguments.select
method breaks out of the switcher.To change the keybindings, use your system keyboard settings! See above for the used keybindings and change them to your desire.
To access preferences you can:
gnome-extensions prefs CoverflowAltTab@palatis.blogspot.com
inside a terminalThis will show you a preference dialog where you can change the settings to your needs.
Many GNU/Linux distributions, namely Debian and its derivatives, install some extensions by default. Among those it's very common to find the AlternateTab extension; unfortunately, both AlternateTab and CoverflowAltTab are alt-tab replacements, and so they conflict: AlternateTab is usually the winning one, and so CoverflowAltTab appears as enabled but does not work as expected.
All you need to do to be able to enjoy the CoverflowAltTab eyecandy is to disable AlternateTab (or any other alt-tab replacement extension)! To do that, you might use the Extensions tool or visit https://extensions.gnome.org/local/. CoverflowAltTab might need to be disabled and re-enabled after you disable the offending extension(s), but this time it'll continue working even after a reboot.
CoverflowAltTab is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
See the contributors list and a copy of the license.