summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/screen.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/screen.cc b/src/screen.cc
index f7587abc..2dcc110f 100644
--- a/src/screen.cc
+++ b/src/screen.cc
@@ -492,7 +492,8 @@ void OBScreen::manageWindow(Window window)
// reparented back to root automatically
XChangeSaveSet(otk::OBDisplay::display, window, SetModeInsert);
- if (!client->positionRequested()) {
+ if (!(Openbox::instance->state() == Openbox::State_Starting ||
+ client->positionRequested())) {
// position the window intelligenty .. hopefully :)
// call the python PLACEWINDOW binding
EventData *data = new_event_data(_number, window, EventPlaceWindow, 0);