]> Dogcows Code - chaz/openbox/commitdiff
Add toggle decor action to client menu
authorScott Moynes <smoynes@nexus.carleton.ca>
Fri, 23 May 2003 00:58:45 +0000 (00:58 +0000)
committerScott Moynes <smoynes@nexus.carleton.ca>
Fri, 23 May 2003 00:58:45 +0000 (00:58 +0000)
plugins/menu/client_menu.c

index 230012d79a91ff7dcaffbb70f5eceda571b339df..b092e6a607fba659947214f34c7187e09a96371e 100644 (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;
This page took 0.024626 seconds and 4 git commands to generate.