all repos — openbox @ 6976f4198b8a0f9aa8314af6151c9e978449e1a0

openbox fork - make it a bit more like ryudo

Show client menu on right click anywhere on a window frame (left and right were excluded)
Dana Jansens danakj@orodu.net
commit

6976f4198b8a0f9aa8314af6151c9e978449e1a0

parent

54a808fe422266a8a6bd16533986bb6792f84a6d

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

jump to
M data/rc.xmldata/rc.xml

@@ -431,6 +431,12 @@ </mousebind>

<mousebind button="Left" action="Drag"> <action name="Resize"><edge>left</edge></action> </mousebind> + + <mousebind button="Right" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + <action name="ShowMenu"><menu>client-menu</menu></action> + </mousebind> </context> <context name="Right">

@@ -440,6 +446,12 @@ <action name="Raise"/>

</mousebind> <mousebind button="Left" action="Drag"> <action name="Resize"><edge>right</edge></action> + </mousebind> + + <mousebind button="Right" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + <action name="ShowMenu"><menu>client-menu</menu></action> </mousebind> </context>