we always want to start with something focused, moving this to openbox.c
This commit is contained in:
parent
8b5619d0ad
commit
f68066aa63
2 changed files with 1 additions and 3 deletions
|
@ -183,9 +183,6 @@ void client_manage_all()
|
|||
}
|
||||
}
|
||||
XFree(children);
|
||||
|
||||
if (config_focus_new)
|
||||
focus_fallback(OB_FOCUS_FALLBACK_NOFOCUS);
|
||||
}
|
||||
|
||||
void client_manage(Window window)
|
||||
|
|
|
@ -248,6 +248,7 @@ int main(int argc, char **argv)
|
|||
if (!reconfigure) {
|
||||
/* get all the existing windows */
|
||||
client_manage_all();
|
||||
focus_fallback(OB_FOCUS_FALLBACK_NOFOCUS);
|
||||
} else {
|
||||
GList *it;
|
||||
|
||||
|
|
Loading…
Reference in a new issue