all repos — openbox @ 10f79f4daea0cf4e904a9f85783cd40e0bfb8af5

openbox fork - make it a bit more like ryudo

change which windows are used for finding edges. its the same as window resistance really now. and works if the window isnt on the current desktop
Dana Jansens danakj@orodu.net
commit

10f79f4daea0cf4e904a9f85783cd40e0bfb8af5

parent

2b28aa8c41b71d1f96d8ebf9cd72dd0c2ccd0678

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

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

@@ -3878,9 +3878,8 @@

#define WANT_EDGE(cur, c) \ if(cur == c) \ continue; \ - if(!client_normal(cur)) \ - continue; \ - if(screen_desktop != cur->desktop && cur->desktop != DESKTOP_ALL) \ + if(c->desktop != cur->desktop && cur->desktop != DESKTOP_ALL && \ + c->desktop != DESKTOP_ALL) \ continue; \ if(cur->iconic) \ continue;