all repos — openbox @ f90ee94d6b5bc1fa3b026050233e1b74269c2304

openbox fork - make it a bit more like ryudo

position the client menu right
Dana Jansens danakj@orodu.net
commit

f90ee94d6b5bc1fa3b026050233e1b74269c2304

parent

cd12a2eae5b5b72df08d588ac71d1f6cf6725dfb

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

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

@@ -47,8 +47,8 @@ int newy;

g_assert(!self->invalid); g_assert(client); - newy = MAX(client->frame->area.y + client->frame->size.top, - y - theme_bwidth); + newy = MAX(client->frame->area.y + client->frame->size.top, y); + newy -= theme_bwidth; POINT_SET(self->location, MIN(x, screen_physical_size.width - self->size.width -