Skip to content

Handle horizontal workspace layout

We currently hardcode a fixed workspace layout of a single column.

This MR uses the layout properties added in mutter!618 (merged) to also support workspaces laid out in a single row for switch animations and actions (scrolling, panning, gestures).

It doesn't touch the overview's workspace switcher though, which is vertical by design (in fact, it was the reason for switching the layout in the first place).

For GNOME Classic (which this is ultimately about), we'll solve this disabling the overview altogether.

Merge request reports