all repos — openbox @ b8715ba30901551998adff78603015a5dd089cb0

openbox fork - make it a bit more like ryudo

Close menu on click if outside the menu.
I think, haven't tested.
Scott Moynes smoynes@nexus.carleton.ca
commit

b8715ba30901551998adff78603015a5dd089cb0

parent

702995014a0ef567e98899bda931901d98461341

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

jump to
M openbox/event.copenbox/event.c

@@ -1010,6 +1010,10 @@ break;

} } } + + /* will call the menu_hide() for each submenu as well */ + if (!it) + menu_hide(menu_visible->data); break; case MotionNotify: