Ubuntu – Sane alt-tab behaviour in Ubuntu 14.04.1 (unity)

shortcut-keysunity

Say I have emacs and 3 terminal windows open. This is the way unity organizes them:

  • one window group for emacs
  • one window group for the 3 terminals

With Alt+Tab I can switch from emacs to the active terminal in the group and back. But if I want to switch to any of the non-active terminal windows I have to:

  1. Alt+Tab to switch to terminal group
  2. release to activate the (active) window in the group
  3. Ctrl+Tab (or whatever shortcut you have for that) to flip through the windows in the group
  4. release to activate the new window

This is not at all what I want. I want a simple Alt+Tab to cycle through all windows in the current workspace. I do not want unity to create window groups. How can I change this?

Note: I do not want at all to use the mouse for this.

Best Answer

This worked for me:

http://www.randomhacks.co.uk/how-change-ubuntu-unity-window-switcher-back-to-old-style/

Summary

  1. Install the compizconfig-settings-manager using apt-get:

    sudo apt-get install compizconfig-settings-manager compiz-plugins-extra

  2. Launch the manager by typing compizconfig settings manager into the unity search and clicking the icon

  3. Find the Ubuntu Unity Plugin, go to tab "Switcher" and disable all short cuts and check boxes

  4. Back on the manager main window, find and enable the "Application Switcher"

  5. Configure the "Application Switcher" as you like it

Result: A different window switcher is now used which does not group windows of the same application. A productive work-flow is possible yet again! :)