all repos — openbox @ e1eff99176b9e078eb1742e736214231edc31574

openbox fork - make it a bit more like ryudo

do client_raise after client_focus for new windows
Dana Jansens danakj@orodu.net
commit

e1eff99176b9e078eb1742e736214231edc31574

parent

423d70b41812f01c13b46c7f5a28dc727b337073

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

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

@@ -365,6 +365,10 @@ moving on us */

event_halt_focus_delay(); client_focus(self); + /* since focus can change the stacking orders, if we focus the window + then the standard raise it gets is not enough, we need to queue one + for after the focus change takes place */ + client_raise(self); } /* client_activate does this but we aret using it so we have to do it