diff options
Diffstat (limited to 'src/openbox.cc')
| -rw-r--r-- | src/openbox.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openbox.cc b/src/openbox.cc index e4dd5cb6..5e0bff0c 100644 --- a/src/openbox.cc +++ b/src/openbox.cc @@ -129,6 +129,8 @@ Openbox::Openbox(int argc, char **argv) // initialize all the screens _screens.push_back(new OBScreen(0, _config)); + _screens[0]->manageExisting(); + // XXX: "change to" the first workspace on the screen to initialize stuff _state = State_Normal; // done starting } |
