From ad7d8e1a8c4061a1ddb4b538ebfb3cb8e5e7fe49 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 24 Jul 2007 01:40:15 +0200 Subject: [PATCH] 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. --- openbox/client_menu.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.34.1