all repos — openbox @ 3278fdae73480a058e006d3f76c91dde8b1e3b79

openbox fork - make it a bit more like ryudo

open the menu with the mouse cursor just outside the top item
Dana Jansens danakj@orodu.net
commit

3278fdae73480a058e006d3f76c91dde8b1e3b79

parent

cbbda7a363e0be925072c77b521af5546b9d5da1

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

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

@@ -194,7 +194,7 @@ x = self->client->frame->area.x + self->client->frame->size.left;

y = self->client->frame->area.y + self->client->frame->size.top; } else { x -= self->area.width / 2; - y -= ob_rr_theme->mbwidth + self->title_h; + y -= self->title_h; } menu_frame_move(self, x, y); }