load the client_menu by default for nowc

This commit is contained in:
Dana Jansens 2003-05-22 01:46:49 +00:00
parent 71d2605e1c
commit 68eba18b76

View file

@ -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) ==