From 68eba18b7611856e0df2a10c08fde15522e6c572 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 22 May 2003 01:46:49 +0000 Subject: [PATCH] load the client_menu by default for nowc --- openbox/plugin.c | 3 +++ 1 file changed, 3 insertions(+) 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) == -- 2.39.2