all repos — openbox @ 1f451f5de0906cd754419e04407ad6ea4d1e87ef

openbox fork - make it a bit more like ryudo

oops backwarsd
Dana Jansens danakj@orodu.net
commit

1f451f5de0906cd754419e04407ad6ea4d1e87ef

parent

4185168f9df50c724cd3e68af6740572c187b1ae

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

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

@@ -151,7 +151,7 @@

for (it = list; it; it = g_list_next(it)) { ObClient *c = it->data; - if (c != client && !c->shaded && !client_normal(c)) + if (c != client && !c->shaded && client_normal(c)) spaces = area_remove(spaces, &c->frame->area); }