all repos — openbox @ a5fa1fee988983cbef7cf942501aea8337b18837

openbox fork - make it a bit more like ryudo

show the client menu on press instead of click on the window's icon in the titlebar. remove the double click binding which cant be hit when youre poppin a menu on press/click
Dana Jansens danakj@orodu.net
commit

a5fa1fee988983cbef7cf942501aea8337b18837

parent

dcc7fddbf6a3151bfbc7e449fa0ba0d8e397d2fc

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

jump to
M data/rc.xml.indata/rc.xml.in

@@ -239,11 +239,8 @@ </mousebind>

<mousebind button="Right" action="Press"> <action name="ShowMenu"><menu>client-menu</menu></action> </mousebind> - <mousebind button="Left" action="Click"> + <mousebind button="Left" action="Press"> <action name="ShowMenu"><menu>client-menu</menu></action> - </mousebind> - <mousebind button="Left" action="DoubleClick"> - <action name="Close"/> </mousebind> </context> <context name="AllDesktops">