all repos — openbox @ 95ffd99cfab5ffc46d3b12f2c1c7c8ac73e70337

openbox fork - make it a bit more like ryudo

presses work when clicks dont on the frame around the titlebar..
Dana Jansens danakj@orodu.net
commit

95ffd99cfab5ffc46d3b12f2c1c7c8ac73e70337

parent

930891f119321043d2a6172975d7b9c8568145f9

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

jump to
M plugins/mouse/mouse.cplugins/mouse/mouse.c

@@ -397,7 +397,7 @@ mbind("1", "titlebar", MouseAction_DClick, a);

a = action_new(action_shade); mbind("4", "titlebar", MouseAction_Press, a); a = action_new(action_unshade); - mbind("5", "titlebar", MouseAction_Click, a); + mbind("5", "titlebar", MouseAction_Press, a); a = action_new(action_toggle_maximize_full); mbind("1", "maximize", MouseAction_Click, a);