alt+tab application switcher like in windows 7

I am new for Linux and Ubuntu. I didn't like unity's built in application switcher.

I have been looking for simple and fast (like in windows 7) application switcher for Ubuntu with unity desktop. Which shows a grid with opened applications and one can switch by using up/down/left/right arrows or by subsequent pressing alt+tab

I have tried all options in compiz and the most close option was static application switcher but I cannot use arrows to switch between windows.

Do you have any suggestion which complies to my needs? I would appreciate any help.

4 Answers

I don't remember what Windows 7 looks like, but we have different switchers by default in Ubuntu, like Super+W

3
  • Install compizconfig-settings-manager.Run the below commands to install ccsm,

    sudo apt-get install compizconfig-settings-manager
    sudo apt-get install compiz-plugins
  • Open ccsm--->Window management--->Enable Shift switcher plugin.

enter image description here

  • After enabling shift switcher press Shift+Super+s.

  • Now you can press arrow keys to swap between windows.

enter image description here

You can see all unity shorcuts if you keep Super(windows/command key) pressed.

Super+W to show all windows opened.

enter image description here

Hello matsoor welcome to Ask Ubuntu. I recommend you install Ubuntu Tweak. These instructions enable you to put your mouse in the corner of choice and have it show the windows switcher as if you had pressed Super + W.

sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak

In Ubuntu Tweak open up Tweaks then Workspace. Click on one of the four rectangles depending on which corner you want to move your mouse to have all of your windows shown. Click on the rectangle and change the value to Show Windows. I recommend setting it to the top right corner as that seems to be the least visited corner on the screen.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like