One way to work like this is to use workspaces. Open "grouped" applications on one workspace, a different group on the other. You can then switch between groups, aka workspaces by:
- Using the Overview
- Using Super+PgDn/PgUp or Ctrl+Alt+Up/Dn
You can even assign shortcut keys to quickly move to one desktop aka group. For example,
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-2 "['<Super>F2']"
will allow you to quickly switch to Workspace 2 with Super+F2. Reset to default (no key assigned) with the command:
gsettings reset org.gnome.desktop.wm.keybindings switch-to-workspace-2
Rather than using commands, you can also assign these keys using dconf-editor
(not installed by default).
You can use the "Auto move" gnome shell extension to have applications automatically launch on a specific workspace. "Auto move" is an "official" gnome shell extension, that you can install by installing the package gnome-shell-extensions
. You need to activate the extension using "Gnome Tweaks" or the "Extensions" tool (newer Ubuntu versions only).
For this to work well, you better move from dynamic workspaces to static workspaces. You can change that in "Gnome Tweaks" on the "Workspaces" tab.
witch
towith
andaplication
toapplication
. – mickmackusa Nov 21 '21 at 11:18