all repos — openbox @ 99338854931ce44910f9b4aa5407082741caa5dc

openbox fork - make it a bit more like ryudo

dont include transients in raise/lower interactions
Dana Jansens danakj@orodu.net
commit

99338854931ce44910f9b4aa5407082741caa5dc

parent

a5fa1fee988983cbef7cf942501aea8337b18837

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

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

@@ -944,7 +944,8 @@

if (cit == c) break; if (client_normal(cit) == client_normal(c) && cit->layer == c->layer && - cit->frame->visible) + cit->frame->visible && + !client_search_transient(c, cit)) { if (RECT_INTERSECTS_RECT(cit->frame->area, c->frame->area)) { raise = TRUE;