diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2003-05-23 00:58:45 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2003-05-23 00:58:45 +0000 |
| commit | 4160963ca4f0aebb2f8bf69d0bd6ff349ac48e28 (patch) | |
| tree | 572dc487788300326c643e4ef9b09f619ed6b29e | |
| parent | 99c7fa7260bc97e16b960be3acab56b494382b76 (diff) | |
Add toggle decor action to client menu
| -rw-r--r-- | plugins/menu/client_menu.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
