show the client menu on press instead of click on the window's icon in the titlebar. remove the double click binding which cant be hit when youre poppin a menu on press/click

This commit is contained in:
Dana Jansens 2003-09-26 06:07:05 +00:00
parent dcc7fddbf6
commit a5fa1fee98

View file

@ -239,12 +239,9 @@
<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">