BurntSushi / wingo

A fully-featured window manager written in Go.
Do What The F*ck You Want To Public License
1k stars 86 forks source link

ForceFloating hook maximizes the matched window if the workspace layout is "Maximized" #117

Open assaf758 opened 9 years ago

assaf758 commented 9 years ago

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.