all repos — openbox @ 3e8ecbeefaacda2b31bb46e8de58ef743dfaaee4

openbox fork - make it a bit more like ryudo

onlt raise the window when sending to a desktop it wasnt already on
Dana Jansens danakj@orodu.net
commit

3e8ecbeefaacda2b31bb46e8de58ef743dfaaee4

parent

69177d8760c68616b89ec2a3ec498dd7f76d30e0

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

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

@@ -1721,7 +1721,9 @@ engine_frame_adjust_state(self->frame);

/* 'move' the window to the new desktop */ if (!donthide) client_showhide(self); - stacking_raise(self); + /* raise if it was not already on the desktop */ + if (old != DESKTOP_ALL) + stacking_raise(self); screen_update_struts(); /* update the focus lists */