projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eefa4a4
)
Put the client-list-menu in the client menu, just for fun.
author
Mikael Magnusson
<mikachu@comhem.se>
Mon, 23 Jul 2007 23:40:15 +0000
(
01:40
+0200)
committer
Mikael Magnusson
<mikachu@comhem.se>
Thu, 26 Jul 2007 19:11:08 +0000
(21:11 +0200)
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
patch
|
blob
|
history
diff --git
a/openbox/client_menu.c
b/openbox/client_menu.c
index 43f98c74cdf75758b2aa080df583b07d957c4df6..314e89b72b37318525e1d135cc480802bb02af0e 100644
(file)
--- 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);