diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-22 04:14:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-22 04:14:32 +0000 |
| commit | f68066aa63edd6404dc8a598bd9e1f66d8d3844d (patch) | |
| tree | 31da55cf639941f087f68fe70131ebbd360932ad /openbox/openbox.c | |
| parent | 8b5619d0ad1ed1a9ed41cc5e54622aa6e8fd2cf9 (diff) | |
we always want to start with something focused, moving this to openbox.c
Diffstat (limited to 'openbox/openbox.c')
| -rw-r--r-- | openbox/openbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c index 84b9fbeb..06e804ff 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -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; |
