load the client_menu by default for nowc
This commit is contained in:
parent
71d2605e1c
commit
68eba18b76
1 changed files with 3 additions and 0 deletions
|
@ -164,6 +164,9 @@ void plugin_loadall()
|
||||||
plugin_open("mouse");
|
plugin_open("mouse");
|
||||||
plugin_open("placement");
|
plugin_open("placement");
|
||||||
plugin_open("resistance");
|
plugin_open("resistance");
|
||||||
|
|
||||||
|
/* XXX rm me when the parser loads me magically */
|
||||||
|
plugin_open("client_menu");
|
||||||
} else {
|
} else {
|
||||||
/* load the plugins in the rc file */
|
/* load the plugins in the rc file */
|
||||||
while (g_io_channel_read_line(io, &name, NULL, NULL, &err) ==
|
while (g_io_channel_read_line(io, &name, NULL, NULL, &err) ==
|
||||||
|
|
Loading…
Reference in a new issue