all repos — openbox @ 9fe2ce3f850492064a1db438a4d037d0b65c5adb

openbox fork - make it a bit more like ryudo

dont count !normal clients for placement
Dana Jansens danakj@orodu.net
commit

9fe2ce3f850492064a1db438a4d037d0b65c5adb

parent

9866570c7ed7a8ccba14e1c893cea79d85f9435b

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

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

@@ -152,7 +152,7 @@

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