Is it possible to make Ubuntu 18.04 workspaces independent from each other? I mean, when I'm in workspace 2 and press Alt+Tab, I don't want to switch to workspace 1 and see Firefox. Instead, I want it to search in the same workspace (2) and switch to the related app (let's say a Terminal).
I was using Xubuntu before and it was the default behavior but It seems Ubuntu doesn't offer such option as far as I'm aware.
Any ideas?
gsettings set org.gnome.shell.app-switcher current-workspace-only true
– pomsky May 09 '19 at 10:48