klangman / CassiaWindowList

A WindowList/PanelLauncher applet for the Cinnamon desktop environment
https://cinnamon-spices.linuxmint.com/applets/view/372
GNU General Public License v3.0
12 stars 1 forks source link

Feature idea: Display thumbnail preview "in context"? #20

Open bowars opened 1 week ago

bowars commented 1 week ago

I realise this is likely quite an involved idea, but I present it for your consideration: what if the thumbnail previews for windows displayed an image of the entire workspace (either just the specific monitor or the full workspace) on which they are present, with all of the content other than the actual window preview dimmed (and/or the actual window highlighted somehow, with a bright border or similar)?

I tend to have specific content windows in fixed locations on different workspaces, so in combination with the sorted workspace id/monitor id this would provide a faster visual indicator of which window is the right one.

klangman commented 1 week ago

Interesting idea. I am not sure how hard that would be since all the code to clone the window for Thumbnail menus was mostly taken unmodified from CobiWindowList. But having done some work to fix the Flipper and DesktopCube extensions I have some idea about what's involved with cloning the desktop. It might not be too difficult to achieve what you are asking for. I'll look into it, but it might take some time since I have a lot going on at the moment.