]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
set focus_hilite when switching desktops and hjilitin a window which isnt focused yet
[chaz/openbox] / openbox / openbox.c
index 84b9fbebe8fc12ffd6a6aba1bbb67bcc671c1460..39c02035a988083d2edcfdae0cac73e47a218dc3 100644 (file)
@@ -100,6 +100,8 @@ int main(int argc, char **argv)
     textdomain(PACKAGE_NAME);
 
     g_set_prgname(argv[0]);
+
+    chdir(g_get_home_dir());
      
     parse_paths_startup();
 
@@ -248,6 +250,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;
 
This page took 0.021086 seconds and 4 git commands to generate.