X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.c;h=06e804ff8814489fdea4077e652ee0238bbb39b2;hb=6f5292c87ece138a2b80d102ba0919b105b1839a;hp=3ad198664b74021b6ae26d4b27f9c1309093b2e7;hpb=c4e4760c41f10aae6af19a4363cb247c71edee4b;p=chaz%2Fopenbox diff --git a/openbox/openbox.c b/openbox/openbox.c index 3ad19866..06e804ff 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -1,4 +1,4 @@ -/* -*- indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*- +/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- openbox.c for the Openbox window manager Copyright (c) 2003 Ben Jansens @@ -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;