mzur / gnome-shell-wsmatrix

GNOME shell extension to arrange workspaces in a two-dimensional grid with workspace thumbnails
GNU General Public License v3.0
464 stars 59 forks source link

Scrolling in the vertical workspace list in the overview does not work correctly #127

Closed mzur closed 3 years ago

mzur commented 3 years ago

If the workspace grid is not enabled in the overview, scrolling does not cycle through all workspaces but only through the ones in the first column.

cidevant commented 3 years ago

+1

ebeem commented 3 years ago

We will need to always override the _onScrollEvent in workspacesDisplay regardless whether the overview is enabled or not.

ebeem commented 3 years ago

fixed in #152 6ae77b2