Sometimes I'd like to switch between windows using Alt-Tab or similar shortcut without the popup (showing window thumbnails). Is it possible in 12.04? Thanks.
1 Answers
A quick look at the CompizConfig Settings Manager (CCSM) suggests this is not possible for the default Unity switcher. I don't see any settings there related to time-out, so I'm afraid the simple answer is "no", unless someone can tell you about hidden settings somewhere.
What you could do is switch to an alternative switcher. In CCSM you can disable the Unity switcher and replace it with e.g. the Static Application Switcher
. That one allows you to set the Popup Window Delay
which enables you to hide the window list for the first X seconds. I've left it at the default value of 0.2
, which is high enough for the popup not to show up if I know where the window I want is, but low enough to show the popup if I don't know where to find that window.
Just keep in mind that this alternative switcher doesn't look as pretty as the default switcher. However, it does offer a wealth of other functions (for example, this one allows you to click the window you want to switch to). Also remember that CCSM can be a dangerous programme and might break Compiz if you select the wrong window.
If you want I could upload a screenshot, just let me know :)

- 1,069
rm ~/.compiz-1
, orunity --reset
, Google around a bit) you should be quite safe. Worst case scenario you need to reconfigure your Unity. Note that you can save your Compiz configuration from CCSM.I fear that if you want to customise your Ubuntu machine a bit, there's often no way around CCSM. At least not yet.
– Tomas Sep 13 '12 at 05:28