Oatmeal lets you quickly see what's running on each of your workspaces (also known as "virtual desktops") and switch to the workspace you want. For example, upon invoking Oatmeal, you might see this:
You could then hit the "c" key to jump to the workspace with Thunderbird in it or "e" to jump to the one with Firefox.
Oatmeal uses wmctrl to get a list of open windows, an image-viewing program such as xli to display a representation of your workspaces, and X11::Protocol to get keyboard input, so it should work on a variety of platforms.
- Ensure you have each of the Perl modules listed at the top of the program. You can install modules with
sudo cpan install X11::Protocolorsudo cpanm X11::Protocol(using cpanminus) or your package manager. - Edit Oatmeal's parameters as necessary. Notice that the default definition of
view_outputusesxlito display the bitmap, so you should either installxlior find an alternative. - Say
perl oatmeal testto try out the display. Press any key not included in@workspace_keysto dismiss the switcher without changing workspaces. - Ensure Oatmeal is automatically launched each time you log in, and assign a key combination to the command
pkill -USR1 oatmeal(which causes Oatmeal to display the switcher and wait for a keypress). How to do these things depends on your desktop. In KDE 4, take a look at the "Startup and Shutdown" and "Shortcuts and Gestures" panels in System Settings.
One thing I missed when I switched from GNOME 2 to KDE 4 in late 2011 was an indicator of which programs are running in which workspace. Whenever the user switches workspaces, GNOME 2 briefly displays on screen the layout of one's workspaces, the outlines of each window in each workspace, and an icon in each window representing the program it belongs to. KDE, on the other hand, displays only a layout, with no indication of what's running where.
Patches welcome.
I dunno. Backronyms welcome.
Oatmeal is copyright 2012–2016 Kodi Arfer.
Oatmeal 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.
Oatmeal is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.