]> Dogcows Code - chaz/openbox/commitdiff
add right click on icon to open the client menu
authorDana Jansens <danakj@orodu.net>
Wed, 25 Jun 2003 23:22:28 +0000 (23:22 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 25 Jun 2003 23:22:28 +0000 (23:22 +0000)
data/rc3

index 0204b5862d261519d841045d02d2ad813f337c05..0d39d49cac979857376035fb4f0e9bd9fbece575 100644 (file)
--- a/data/rc3
+++ b/data/rc3
     <mousebind button="Left" action="press">
       <action name="focus"/>
     </mousebind>
-    <mousebind button="Left" action="press">
+    <mousebind button="Right" action="press">
+      <action name="showmenu"><menu>client-menu</menu></action>
+    </mousebind>
+    <mousebind button="Left" action="click">
       <action name="showmenu"><menu>client-menu</menu></action>
     </mousebind>
     <mousebind button="Left" action="doubleclick">
This page took 0.022544 seconds and 4 git commands to generate.