all repos — openbox @ ed51baa95808ad0235e30d3c5215deca4b9faa6b

openbox fork - make it a bit more like ryudo

remove the visible window title hints when unmanaging a window.  not all WMs set those and it messes them up, and we'll set them again appropriately, they don't need to be saved.
Dana Jansens danakj@orodu.net
commit

ed51baa95808ad0235e30d3c5215deca4b9faa6b

parent

28971b82f58e65348829f8aba34b4627cd375a1b

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -762,6 +762,11 @@ restart */

XMapWindow(ob_display, self->window); } + /* these should not be left on the window ever. other window managers + don't necessarily use them and it will mess them up (like compiz) */ + PROP_ERASE(self->window, net_wm_visible_name); + PROP_ERASE(self->window, net_wm_visible_icon_name); + /* update the list hints */ client_set_list();