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

Switcher without thumbnails changes size #126

Closed mzur closed 3 years ago

mzur commented 3 years ago

If thumbnails are disabled, the workspace switcher is bigger on the first two workspaces than on the remaining workspaces (ref).

mzur commented 3 years ago

The size is now constant but the popup position still changes as if the size would be changing like before. Couldnt find out why. Similar to what was described in #14.

ebeem commented 3 years ago

I did a very quick check. I think mainly what fixed this issue with the thumbnails was caching. I tried that very quickly and it worked, but I need to test it more.

ebeem commented 3 years ago

implemented and tested in #152, please let's discuss any issue with the current implementation (if any) in the PR.