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 doesn't interop with walkpaper's per-workspace backgrounds #139

Closed qwitwa closed 3 years ago

qwitwa commented 3 years ago

I've set up 16 workspaces in a 4x4 grid and set each of them to show a fragment of a large image using walkpaper. Unfortunately this isn't represented in the preview I see when switching, presumably because that extension is directly mutating the desktop state to achieve that effect. Is there any way this extension could detect when walkpaper was installed and make use of that in the popup?

Screenshot from 2021-01-09 01-52-13

mzur commented 3 years ago

It might be possible but I don't plan to add support for other extensions here. This extension uses the default workspace thumbnails of GNOME for the popup (the ones from the activity overview). Maybe this can be fixed on the part of walkpaper or you can fork this extension.

qwitwa commented 3 years ago

Yeah, that's fair. Thanks for the quick response!