BurntSushi / wingo

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

google chrome (chromium) do not switch to a "maximized" state when maximized in wingo #26

Open BurntSushi opened 12 years ago

BurntSushi commented 12 years ago

This is a maximized Chrome window in Wingo:

Wingo Chrome maximized

And this is a maximized Chrome window in Openbox:

Openbox Chrome maximized

This can be partially remedied by enabling "system borders" in Chrome and disabling frame decorations for Chrome windows in Wingo (via a hook), but then the minimize/restore/close controls disappear and the window doesn't look so good.

Wingo adds the appropriate atoms to _NET_WM_STATE when it maximized windows: _NET_WM_STATE_MAXIMIZE_HORZ and _NET_WM_STATE_MAXIMIZE_VERT, but Chrome still doesn't alter its decorations.