all repos — openbox @ 80dfe9cbe829d9abe5ba95eed2c067a71aa3f073

openbox fork - make it a bit more like ryudo

watch out for stacking_list
Dana Jansens danakj@orodu.net
commit

80dfe9cbe829d9abe5ba95eed2c067a71aa3f073

parent

9938de36938107546b2e5b0410cc97d7a01632e7

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

jump to
M plugins/resistance.cplugins/resistance.c

@@ -162,6 +162,8 @@

/* snap to other windows */ if (resist_windows) { for (it = stacking_list; it != NULL; it = it->next) { + if (!WINDOW_IS_CLIENT(it->data)) + continue; target = it->data; /* don't snap to invisibles or ourself */