swaywsr icon indicating copy to clipboard operation
swaywsr copied to clipboard

Fix issue #13 MissingInformation class error

Open GallaisPoutine opened this issue 9 months ago • 0 comments

On sway, each workspace has a non-floating pseudo root container which hold all the other containers. This container is pretty basic and does not have any name.

When looking for window name, we loop through those containers and add them in the vector of valid windows. Later in the code, we retrieve the name of all the windows in the vector, and fall in the caveat of those empty-named containers.

Add a workaround not to add the 'non-floating' root containers.

GallaisPoutine avatar May 06 '24 17:05 GallaisPoutine