]> Dogcows Code - chaz/openbox/blobdiff - openbox/plugin.c
offset of 1 is default
[chaz/openbox] / openbox / plugin.c
index 9b8e2d596c640b42cf6d74e7fcdd0b393c352ef8..411eb6fbee5086a385f16174a365be9c08759be5 100644 (file)
@@ -158,10 +158,10 @@ void plugin_loadall(ObParseInst *i)
     if (io == NULL) {
         /* load the default plugins */
         plugin_open("placement", i);
-        plugin_open("resistance", i);
 
         /* XXX rm me when the parser loads me magically */
         plugin_open("client_menu", i);
+        plugin_open("client_list_menu", i);
     } else {
         /* load the plugins in the rc file */
         while (g_io_channel_read_line(io, &name, NULL, NULL, &err) ==
This page took 0.020002 seconds and 4 git commands to generate.