all repos — openbox @ 9a7c4de2eb73826da9b4415541735f8d7c161c23

openbox fork - make it a bit more like ryudo

don't copy the desktop from group parents when they are omnipresent
Dana Jansens danakj@orodu.net
commit

9a7c4de2eb73826da9b4415541735f8d7c161c23

parent

62d9a341381729a02ee174f25f197b22499e189f

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

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

@@ -1152,6 +1152,9 @@ guint all = screen_num_desktops; /* not a valid value */

for (it = self->group->members; it; it = g_slist_next(it)) { ObClient *c = it->data; + + if (c->desktop == DESKTOP_ALL) continue; + if (c != self) { if (first) { all = c->desktop;