3

In Ubuntu 16.04 when an app is focused on long enough in the application switcher it will present me with all the windows of that app. How do I configure the switcher to never do this?

jcm
  • 55
  • Clarification: Have you tried any solution from this older post? If any of those answers works, then this question could be a duplicate. –  Apr 13 '17 at 08:12
  • 1
    It seems the asker wants the opposite of that question. – QwertyChouskie Apr 13 '17 at 21:27
  • So "never ungroup windows" would actually mean "don't reveal individual windows in the group windows"? That is one tricky question. This is a unique question then, +1. –  Apr 15 '17 at 17:13
  • @clearkimura yes, I want the opposite of the linked question. I read the answers anyway, just in case. – jcm Apr 16 '17 at 22:42

1 Answers1

5

You could install Unity Tweak Tool using

sudo apt-get install unity-tweak-tool

Launch the application, go to Switcher and uncheck the checkbox which reads Automatically expose windows.

Zanna
  • 70,465