From f68066aa63edd6404dc8a598bd9e1f66d8d3844d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 22 Sep 2003 04:14:32 +0000 Subject: we always want to start with something focused, moving this to openbox.c --- openbox/openbox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/openbox.c') 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; -- cgit v1.2.3