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-Url: http://git.openbox.org/?a=commitdiff_plain;h=2b065c75210f4ec25b5461a6783143cd0f916512;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 c6cdd635..652552ef 100644 --- a/openbox/client_menu.c +++ b/openbox/client_menu.c @@ -413,6 +413,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);