Add toggle decor action to client menu

This commit is contained in:
Scott Moynes 2003-05-23 00:58:45 +00:00
parent 99c7fa7260
commit 4160963ca4

View file

@ -94,6 +94,8 @@ void *plugin_create() /* TODO: need config */
action_from_string("toggleshade")));
menu_add_entry(m, menu_entry_new("Omnipresent",
action_from_string("toggleomnipresent")));
menu_add_entry(m, menu_entry_new("Decorations",
action_from_string("toggledecorations")));
menu_add_entry(m, menu_entry_new_submenu("Layers",
layer_menu));
layer_menu->parent = m;