Make workspaces horizontal?
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)?
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.
to make the work spaces static, run the below commandgsettings 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
when dynamic-workspaces false
you can use the default keyboard shortcuts or set your preferred ones..