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.
This is a maximized Chrome window in Wingo:
And this is a maximized Chrome window in Openbox:
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.