Put the client-list-menu in the client menu, just for fun. Possibly useful when there...
authorMikael Magnusson <mikachu@comhem.se>
Mon, 23 Jul 2007 23:40:15 +0000 (01:40 +0200)
committerMikael Magnusson <mikachu@comhem.se>
Sun, 5 Aug 2007 11:08:23 +0000 (13:08 +0200)
openbox/client_menu.c

index 203d93aca1a381b161385feda9edc82e4d0e2b31..3935d926ef6c3846e9a10a41bee968e1c1dff2ca 100644 (file)
@@ -413,6 +413,8 @@ void client_menu_startup()
 
     menu_add_normal(menu, CLIENT_DECORATE, _("Un/_Decorate"), NULL, TRUE);
 
+    menu_add_separator(menu, -1, NULL);
+    menu_add_submenu(menu, 0, "client-list-menu");
     menu_add_separator(menu, -1, NULL);
 
     e = menu_add_normal(menu, CLIENT_CLOSE, _("_Close"), NULL, TRUE);