summaryrefslogtreecommitdiff
path: root/openbox/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/plugin.c')
-rw-r--r--openbox/plugin.c3
1 files changed, 3 insertions, 0 deletions
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) ==