Make workspaces horizontal?

13,006

workaround

install "Workspace grid" gnome shell extension (https://github.com/zakkak/workspace-grid) go to settings and make number of rows and columns as per your wish.

enter image description here

to make the work spaces static, run the below command
gsettings set org.gnome.mutter dynamic-workspaces false

example:

$ gsettings get org.gnome.mutter dynamic-workspaces
true
$ gsettings set org.gnome.mutter dynamic-workspaces false
$ 

when dynamic-workspaces true enter image description here

when dynamic-workspaces false enter image description here

you can use the default keyboard shortcuts or set your preferred ones..

enter image description here

Share:
13,006

Related videos on Youtube

Ben R
Author by

Ben R

Updated on September 18, 2022

Comments

  • Ben R
    Ben R almost 2 years

    I'm using Ubuntu 18.04 LTS, just wondering if it's possible to make my workspaces horizontal instead of vertical? (Preferably without losing my swiping gestures to switch workspaces)?

  • Marcel
    Marcel over 4 years
    Nice. Although, I have a 2-screen setup. It only switches on the screen with the "docker"
  • TheDavidJohnson
    TheDavidJohnson over 2 years
    Unfortunately, the GNOME shell extension linked in this answer is no longer being maintained and the code repo mentions "Workspace Matrix" (github.com/mzur/gnome-shell-wsmatrix) as its replacement.