3

I am trying to configure multiple monitors on Ubuntu so that each monitor has its own taskbar, with each monitor's taskbar containing only icons for applications that are active on the monitor.

For example, I have a dual monitor setup and on monitor A I have two applications being displayed (or minimized), Firefox and xterm, and on monitor B I have three applications, Firefox, PyCharm, and Slack. Within the taskbar for monitor A I want to see icons for only that monitor's applications (Firefox and xterm) and within the taskbar for monitor B I want to see icons for only that monitor's applications (Firefox, PyCharm, and Slack). There should not be a single icon for Firefox including the instances for both Firefox windows from both monitors, but instead a Firefox icon within each monitor's taskbar corresponding to the Firefox window which is open (or minimized) on that monitor.

In case it helps, the taskbar behavior I'm after is configured in Windows 10 as shown here:

taskbar

How can I get similar behavior for multiple monitors on Ubuntu desktop?

I am using vanilla Ubuntu 18.04.

Thanks in advance for any suggestions, I appreciate your help!

pomsky
  • 70,557

1 Answers1

2

On Xubuntu, so using the xfce desktop, and therefore with xfce4-panel, you can have as many independent taskbars as you wish. One of the items you can add to the taskbar, is the "Window Buttons". And one of the configurations of Window Buttons, is "Show windows from all monitors". It does precisely what you want.

Check image for details: https://i.sstatic.net/oYqqc.png

Podesta
  • 1,146