Ubuntu: how to show alt-tab in both monitors

alt-tabUbuntu

enter image description here

I have two monitors and I use Ubuntu 18.04.

As you can see in the picture the alt-tab window does show in the primary monitor only.

Is it possible to show the alt-tab "Switch Windows" in both monitors?

Best Answer

What you are seeing is the intended behavior.

The history behind this feature:

  • First requested on 2010 in Bug 619854 - Always show Alt-tab display on the primary display ,
  • Committed then in (appSwitcher) Display on primary monitor
  • A request was done to reverse it on 2019 in Window switcher only appearing on primary display, which was refused with this message:

    No. We did those things in the past, and you will always find someone complaining that it's the wrong display and it really should be on pick-one-of-the-three-choices.

    The monitor that is really the best choice is the one the user is currently looking at. But of course that's information we don't have.

    What we agreed on as second-best choice was to show the popups on all monitors - see the discussion in this old bug report. But that behavior only got implemented for OSDs, not for the switchers (which is a much more complex task given that the popups are interactive)

    Displaying it on the focused monitor seems to confuse users so revert back to using the primary monitor as per designer's request.

The only proposed solution was to use the extension Current screen only on window switcher, described as:

Limits the windows shown on the switcher to those of the current monitor.

If this extension does not help in your work, then I'm afraid that there is no other solution.

Related Question