Skip to content

Instantly share code, notes, and snippets.

@yucer
Created February 17, 2021 12:26
Show Gist options
  • Save yucer/6016c4e225b8947662ebf2c46a86623d to your computer and use it in GitHub Desktop.
Save yucer/6016c4e225b8947662ebf2c46a86623d to your computer and use it in GitHub Desktop.
Isolate ubuntu gnome dash to the current workspace
# show only icons on the dock that belong to app in the current workspace
gsettings set org.gnome.shell.app-switcher current-workspace-only true
gsettings set org.gnome.shell.extensions.dash-to-dock isolate-workspaces true
gsettings set org.gnome.shell.extensions.dash-to-dock isolate-monitors true
# https://varhowto.com/forum-topic/ubuntu-dock-how-to-show-windows-in-current-workspace-only/
# https://askubuntu.com/questions/1068097/separate-workspaces-in-ubuntu-18-04-desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment