Skip to content

Instantly share code, notes, and snippets.

@rgo
Created March 13, 2012 01:16
Show Gist options
  • Save rgo/2025990 to your computer and use it in GitHub Desktop.
Save rgo/2025990 to your computer and use it in GitHub Desktop.
Gnome-shell dual monitor separate workspaces
# By default the behavior is:
# Primary monitor work as always and second monitor only have one and fixed workspace
# I.e. you change to next workspace, primary monitor change to this workspace and second monitor remain as is.
# The desired behaviour is:
# Primary monitor and secondary monitor are linked workspace.
# I.e. you change to next workspace, primary monitor change to this workspace and second monitor too.
$ gconf-editor
# Look for /desktop/gnome/shell/windows/workspaces_only_on_primary and set to false
@Hugobsb
Copy link

Hugobsb commented May 2, 2024

Did anyone ever find a way of having individual workspaces per monitor?

I'm also interested. If anyone ever found that, I'd like to know how.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment