4

How can I set the taskbar (Ubuntu dock) to show applications running in the current workspace only? Currently clicking on it shows all the different locations where the application is running.

enter image description here

Here, 2 Firefox windows are running in different workspaces, so I do not want all of them being displayed in all workspaces.

Asaf M
  • 291
maan81
  • 635

1 Answers1

5

Execute the following command to have the dock list windows on the current workspace only:

gsettings set org.gnome.shell.extensions.dash-to-dock isolate-workspaces true
vanadium
  • 88,010