]> Dogcows Code - chaz/openbox/commitdiff
show the client menu on press instead of click on the window's icon in the titlebar...
authorDana Jansens <danakj@orodu.net>
Fri, 26 Sep 2003 06:07:05 +0000 (06:07 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 26 Sep 2003 06:07:05 +0000 (06:07 +0000)
data/rc.xml.in

index df2c482326064e013c8ee0d4bdc58d6ab76d1255..a5eaa34d5a64ad512871201f1330298aa0b2b48e 100644 (file)
     <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">
     <mousebind button="Left" action="Press">
This page took 0.026025 seconds and 4 git commands to generate.