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. Possibly useful when there... X-Git-Tag: mikabox-3.4.7.2~55^2~11 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=e03cc64618ba38483c681a9695ef08f16d2885ae;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 18f847ed..2f0713b6 100644 --- a/openbox/client_menu.c +++ b/openbox/client_menu.c @@ -410,6 +410,8 @@ void client_menu_startup(void) 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);