we always want to start with something focused, moving this to openbox.c

This commit is contained in:
Dana Jansens 2003-09-22 04:14:32 +00:00
parent 8b5619d0ad
commit f68066aa63
2 changed files with 1 additions and 3 deletions

View file

@ -183,9 +183,6 @@ void client_manage_all()
} }
} }
XFree(children); XFree(children);
if (config_focus_new)
focus_fallback(OB_FOCUS_FALLBACK_NOFOCUS);
} }
void client_manage(Window window) void client_manage(Window window)

View file

@ -248,6 +248,7 @@ int main(int argc, char **argv)
if (!reconfigure) { if (!reconfigure) {
/* get all the existing windows */ /* get all the existing windows */
client_manage_all(); client_manage_all();
focus_fallback(OB_FOCUS_FALLBACK_NOFOCUS);
} else { } else {
GList *it; GList *it;