Maybe you have an idea how to fix a problem I have.
I have 2 monitors.
When hitting windows/super key I see all open windows on current workspace.
This works well for the right hand monitor.
However, on the left hand monitor I see all open windows independent of the workspace.
Do you have any idea what this might be?
I would like to have an isolated workspace, when hitting the win key to show only the open applications in this current workspace.
I tested already the following command:
$ gsettings set org.gnome.shell.extensions.dash-to-dock isolate-workspaces true
It didn't work.
To be clear, I'm talking about the Activities overview which shows all open windows in current workspace.
Windows on right monitor are only shown in the overview when I'm on this workspace. However, on left monitor all windows are shown every time.
Here is an example of my screens
Hitting super
key
![enter image description here](https://i.stack.imgur.com/L8sVc.jpg)
As you can see, on current worksapce I only have gedit open on right screen. However if I hit super
key, it also shows firefox which is open on a different workspace on left screen. But I only want to see open applications on current workspace, which is just gedit in this case.
Solution: Follow instruction found here: https://askubuntu.com/a/1125322/169671