hyprland-community/hyprland-autoname-workspaces

[BUG] menu identified as windows

pbosab opened this issue ยท 9 comments

Describe the bug
as in title, look at the video here: https://streamable.com/uu1mj1

Expected behavior
menu to no appear in the window list.

Can you pastebin me the output of the following command? Run it and do your steam menu tests.

while true; do hyprctl clients -j | jq .; sleep .5; done

mh, is this what you were looking for:
https://pastebin.com/XYR3S0WA

Thanks, weeeirrrddd ... I can only see the empty class which can cause this, but we already ignore them ๐Ÿค”

Is it well the "tray" module of waybar with the colored icon ?

Can you put a icon for steam then start the app with --dedup and do another video ? Do you still see the glitch with this ?

This PR will allow you to exclude based on the class name, window title combo #20

will try it as soon as i get home! thanks in the meantime!

@cyrinux i tried it with steam, the menu is class 'Steam' and title '',
excluded "Steam" = "", but it excluded all the steam windows.
i got it wrong?

@pbosab can you rebuild again ? I push a fix. You have to use * as title now to exclude a whole class.

"Steam" = "" will exclude window with Steam class and empty title.
"Steam" = "*" will exclude all Steam window.

awesome! works. as always, thanks!