]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
focus new windows
[chaz/openbox] / openbox / openbox.c
index 268d4e6d8242431758a0e6aee59348a5cb4972fe..5a7f5a5c09187a5c24790fcd20d866c25842dc65 100644 (file)
@@ -150,6 +150,7 @@ int main(int argc, char **argv)
         plugin_open("focus");
         plugin_open("keyboard");
         plugin_open("mouse");
+        plugin_open("placement");
 
        /* get all the existing windows */
        client_manage_all();
@@ -178,7 +179,6 @@ int main(int argc, char **argv)
     XCloseDisplay(ob_display);
 
     if (ob_restart) {
-        ob_restart_path = "";
         if (ob_restart_path != NULL) {
             int argcp;
             char **argvp;
This page took 0.020109 seconds and 4 git commands to generate.