all repos — openbox @ f4979de3f5257bf70591d4ccf0ecab7da567b27d

openbox fork - make it a bit more like ryudo

dont move windows when starting
Dana Jansens danakj@orodu.net
commit

f4979de3f5257bf70591d4ccf0ecab7da567b27d

parent

0b4b4c2b709a09b05b69f62f82f15c4c910a0f1c

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

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

@@ -304,7 +304,8 @@

dispatch_client(Event_Client_New, self, 0, 0); /* make sure the window is visible */ - client_move_onscreen(self, TRUE); + if (ob_state() == OB_STATE_RUNNING) + client_move_onscreen(self, TRUE); screen_update_areas();