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:
parent
dcc7fddbf6
commit
a5fa1fee98
1 changed files with 1 additions and 4 deletions
|
@ -239,12 +239,9 @@
|
||||||
<mousebind button="Right" action="Press">
|
<mousebind button="Right" action="Press">
|
||||||
<action name="ShowMenu"><menu>client-menu</menu></action>
|
<action name="ShowMenu"><menu>client-menu</menu></action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
<mousebind button="Left" action="Click">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="ShowMenu"><menu>client-menu</menu></action>
|
<action name="ShowMenu"><menu>client-menu</menu></action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
<mousebind button="Left" action="DoubleClick">
|
|
||||||
<action name="Close"/>
|
|
||||||
</mousebind>
|
|
||||||
</context>
|
</context>
|
||||||
<context name="AllDesktops">
|
<context name="AllDesktops">
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
|
|
Loading…
Reference in a new issue