From: Scott Moynes Date: Fri, 23 May 2003 00:58:45 +0000 (+0000) Subject: Add toggle decor action to client menu X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=4160963ca4f0aebb2f8bf69d0bd6ff349ac48e28;p=chaz%2Fopenbox Add toggle decor action to client menu --- 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;