all repos — openbox @ 487c0a4a082d91523e1518411375b0a0229eb1b4

openbox fork - make it a bit more like ryudo

use the stock shownig method for the client menu for now, makes it pop up under the cursor so a click-release works like expected
Dana Jansens danakj@orodu.net
commit

487c0a4a082d91523e1518411375b0a0229eb1b4

parent

0e9c5049a549ffca05f7bfcf42d9678c0fd5cce3

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M plugins/menu/client_menu.cplugins/menu/client_menu.c

@@ -77,7 +77,7 @@

void *plugin_create() /* TODO: need config */ { Menu *m = menu_new_full(NULL, "client-menu", NULL, - client_menu_show, NULL); + /*client_menu_show*/NULL, NULL); menu_add_entry(m, menu_entry_new_submenu("Send To Workspace", send_to_menu)); send_to_menu->parent = m;