10

I want the same effect as with Super + W but for only the selected windows.

Is this possible to achieve this?

Octavian Helm
  • 14,355
Trufa
  • 4,298

3 Answers3

8

Yes, it's very easy. Press Super + [number] twice.

For instance, if you want to view all the Nautilus windows you have opened, press Super + 1 1 if Nautilus is the first item on your launcher.

Also, clicking on the icon of an active application that has more than one open window has the same effect.

Octavian Helm
  • 14,355
1

Looking at the Unity source code, this sure is possible, but isn't easy. Unity implements such a view, using the Compiz Scale plugin. First, Unity generates the list of windows of an application and then passes this to Compiz.

So without Unity you can't do this (as for now), since such a feature isn't in Compiz out of the box.

Bilal Akhtar
  • 2,978
0

Theoretically, yes you can.

Install compizconfig-settings-manager Install compizconfig-settings-manager

sudo apt-get install compizconfig-settings-manager

Launch CompizConfig Settings Manager and go to Scale > Bindings > Initiate Window Picker for window group.

I say theoretically because it doesn't work for me (but it does work for others).

idbrii
  • 3,162