summaryrefslogtreecommitdiff
path: root/openbox/plugin.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-05-22 01:46:49 +0000
committerDana Jansens <danakj@orodu.net>2003-05-22 01:46:49 +0000
commit68eba18b7611856e0df2a10c08fde15522e6c572 (patch)
treeb60171c29c0ad9eea0e2bd9e226ad4ca0f1bece5 /openbox/plugin.c
parent71d2605e1c24732e923333419d829f1c5f867fed (diff)
load the client_menu by default for nowc
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) ==