all repos — openbox @ b18e83e010a9dec95d42296751469aba0960bc5c

openbox fork - make it a bit more like ryudo

always call the placewindow routine
Dana Jansens danakj@orodu.net
commit

b18e83e010a9dec95d42296751469aba0960bc5c

parent

e1e5293ae354ab7b1c8459aab85e60e1a801924d

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

jump to
M src/screen.ccsrc/screen.cc

@@ -512,8 +512,7 @@

// reparent the client to the frame client->frame->grabClient(); - if (!(openbox->state() == Openbox::State_Starting || - client->positionRequested())) { + if (openbox->state() != Openbox::State_Starting) { // position the window intelligenty .. hopefully :) // call the python PLACEWINDOW binding EventData data(_number, client, EventAction::PlaceWindow, 0);