Show client menu on right click anywhere on a window frame (left and right were excluded)

This commit is contained in:
Dana Jansens 2010-02-21 13:40:01 -05:00
parent 54a808fe42
commit 6976f4198b

View file

@ -431,6 +431,12 @@
<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">
@ -441,6 +447,12 @@
<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>
<context name="Bottom">