From 4160963ca4f0aebb2f8bf69d0bd6ff349ac48e28 Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Fri, 23 May 2003 00:58:45 +0000 Subject: [PATCH] Add toggle decor action to client menu --- plugins/menu/client_menu.c | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.2