22

Can someone tell me how I can get an overview of all the open windows? Like htting ctrl+s that shows all the desktops, but for the open applications?

Right now when I hit Alt+Tab it shows quite small tiles in the middle of the screen, is it possible to have all the windows fill all the screens? (Kind of like expose in OSX)

I have compiz installed, and "static application switcher" selected, but this doesn't have the result I'm looking for (and neither does "Application switcher".

Any ideas?

Bruno Pereira
  • 73,643

6 Answers6

31

Super+W can do it but if you want to add Mouse Gestures to it, Like Gnome 3 you can do the following:

(as pointed out in comments)

  • Install Compiz Settings Manager

  • Run it, Go to Commands under General

  • Set Command 0 in Edge Bindings and come back to "Command" tab

  • Enter "xdotool key Super_L+w" in Command Line 0

  • Install package xdotool

con-f-use
  • 18,813
4

Install compizconfig-settings-manager.

Then

scale plugin > bindings - initiate window picker or initiate window picker for all windows, choose the edge binding

stephenmyall
  • 9,855
duffydack
  • 7,344
3

use the window symbol + W this will show all open windows

1

Press Super to see all open windows in Ubuntu 20.04 LTS, OR click on "Activities" in upper left hand corner. Press Esc to revert back. You do NOT need to press Super + W as mentioned above.

Dan T
  • 11
1

How about this solution: install xdotool

apt-get install xdotool

Open compizconfig and add a new command:

xdotool key Super_L+w

Then just select an Edge Binding and click a corner of the screen to use.

Mark
  • 11
0

To see:

  • A row of all open Windows: Alt Tab

  • A screen of all open Windows (along with a Search bar): Super S

Snowcrash
  • 344