mzur / gnome-shell-wsmatrix

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

Implement 2D layout of workspaces in overview #183

Open mzur opened 2 years ago

mzur commented 2 years ago

Implement 2D workspace display in the overview (see comment in workspacesView.js). What's missing is a correct implementation of the animation. Also, the viewport sometimes seems to move to the wrong location. Finally, the other workspaces are flickering/disappear sometimes.

I pushed my old branch gnome-40-overview again (from before the PR for actual GNOME 40 support). Maybe some of the changes there can be helpful here.