]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
dont move windows when starting
[chaz/openbox] / openbox / client.c
index 1c3152c84053a8831e32c312fa03d7759d398d88..81eafa7d0110b0e9d6775e65230dba69f8f7fcf0 100644 (file)
@@ -304,7 +304,8 @@ void client_manage(Window window)
     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();
 
This page took 0.023033 seconds and 4 git commands to generate.