From: Dana Jansens Date: Thu, 22 May 2003 01:46:49 +0000 (+0000) Subject: load the client_menu by default for nowc X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=68eba18b7611856e0df2a10c08fde15522e6c572;p=chaz%2Fopenbox load the client_menu by default for nowc --- diff --git a/openbox/plugin.c b/openbox/plugin.c index a5055de9..a47052e4 100644 --- a/openbox/plugin.c +++ b/openbox/plugin.c @@ -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) ==