You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added to hook .wini a match in [ForceFloating] hook:
match := MatchClientName ":client:" "Whisker Menu"
This works OK (except for minor artifact - the user can see the window is first tiled and then gets floating).
The issue is that if the workspace layout is changed to "Maximized" layout and a window named "Whisker Menu" is created, that window is maximized as well - for no reason. It also has orange frame (as if it is tiled) although it is floating.
The text was updated successfully, but these errors were encountered:
Added to hook .wini a match in [ForceFloating] hook:
match := MatchClientName ":client:" "Whisker Menu"
This works OK (except for minor artifact - the user can see the window is first tiled and then gets floating).
The issue is that if the workspace layout is changed to "Maximized" layout and a window named "Whisker Menu" is created, that window is maximized as well - for no reason. It also has orange frame (as if it is tiled) although it is floating.
The text was updated successfully, but these errors were encountered: