Show client menu on right click anywhere on a window frame (left and right were excluded)
authorDana Jansens <danakj@orodu.net>
Sun, 21 Feb 2010 18:40:01 +0000 (13:40 -0500)
committerDana Jansens <danakj@orodu.net>
Sun, 21 Feb 2010 18:40:01 +0000 (13:40 -0500)
data/rc.xml

index 25105ea..1b947b5 100644 (file)
     <mousebind button="Left" action="Drag">
       <action name="Resize"><edge>left</edge></action>
     </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">
   </context>
 
   <context name="Right">
     <mousebind button="Left" action="Drag">
       <action name="Resize"><edge>right</edge></action>
     </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>
 
   <context name="Bottom">
   </context>
 
   <context name="Bottom">