load the client_menu by default for nowc
authorDana Jansens <danakj@orodu.net>
Thu, 22 May 2003 01:46:49 +0000 (01:46 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 22 May 2003 01:46:49 +0000 (01:46 +0000)
openbox/plugin.c

index a5055de..a47052e 100644 (file)
@@ -164,6 +164,9 @@ void plugin_loadall()
         plugin_open("mouse");
         plugin_open("placement");
         plugin_open("resistance");
+
+        /* XXX rm me when the parser loads me magically */
+        plugin_open("client_menu");
     } else {
         /* load the plugins in the rc file */
         while (g_io_channel_read_line(io, &name, NULL, NULL, &err) ==