From: Mikael Magnusson Date: Mon, 23 Jul 2007 23:40:15 +0000 (+0200) Subject: Put the client-list-menu in the client menu, just for fun. X-Git-Tag: mikabox-3.4.3~13 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ad7d8e1a8c4061a1ddb4b538ebfb3cb8e5e7fe49;p=mikachu%2Fopenbox.git Put the client-list-menu in the client menu, just for fun. Possibly useful when there are a lot of maximized windows or the desktop is otherwise unreachable and you want to access an app without using the keyboard. --- diff --git a/openbox/client_menu.c b/openbox/client_menu.c index 43f98c74..314e89b7 100644 --- a/openbox/client_menu.c +++ b/openbox/client_menu.c @@ -415,6 +415,8 @@ void client_menu_startup() menu_add_submenu(menu, CLIENT_LAYER, LAYER_MENU_NAME); + 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);