all repos — openbox @ b7b187693e2e78b1d68cc88e8521a067194f05b2

openbox fork - make it a bit more like ryudo

start menus with the cursor inside it, not over the border, a little closer to the items..
Dana Jansens danakj@orodu.net
commit

b7b187693e2e78b1d68cc88e8521a067194f05b2

parent

a1be19e6270bfff7c41d648659e7a629f815eb6f

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

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

@@ -290,7 +290,7 @@

menu_frame_hide_all(); frame = menu_frame_new(self, client); - menu_frame_move(frame, x, y); + menu_frame_move(frame, x - ob_rr_theme->bwidth, y - ob_rr_theme->bwidth); menu_frame_show(frame, NULL); if (frame->entries) menu_frame_select_next(frame);