add focus the desktop on left click binding
This commit is contained in:
parent
39b3cc1d12
commit
7f114f3ab7
1 changed files with 3 additions and 0 deletions
|
@ -304,6 +304,9 @@
|
|||
<mousebind button="A-Down" action="click">
|
||||
<action name="DesktopPrevious"/>
|
||||
</mousebind>
|
||||
<mousebind button="Left" action="press">
|
||||
<action name="focus"/>
|
||||
</mousebind>
|
||||
<mousebind button="Middle" action="press">
|
||||
<action name="ShowMenu"><menu>client-list-menu</menu></action>
|
||||
</mousebind>
|
||||
|
|
Loading…
Reference in a new issue