diff --git a/plugins/menu/client_menu.c b/plugins/menu/client_menu.c index 230012d7..b092e6a6 100644 --- a/plugins/menu/client_menu.c +++ b/plugins/menu/client_menu.c @@ -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;