remove activate from the mouse focus example rc.xml
This commit is contained in:
parent
1fcbb41d05
commit
31f63fb6f7
1 changed files with 7 additions and 4 deletions
|
@ -397,13 +397,16 @@
|
|||
|
||||
<context name="Client">
|
||||
<mousebind button="Left" action="Press">
|
||||
<action name="Activate"/>
|
||||
<action name="Focus"/>
|
||||
<action name="Raise"/>
|
||||
</mousebind>
|
||||
<mousebind button="Middle" action="Press">
|
||||
<action name="Activate"/>
|
||||
<action name="Focus"/>
|
||||
<action name="Raise"/>
|
||||
</mousebind>
|
||||
<mousebind button="Right" action="Press">
|
||||
<action name="Activate"/>
|
||||
<action name="Focus"/>
|
||||
<action name="Raise"/>
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
|
@ -491,7 +494,7 @@
|
|||
</mousebind>
|
||||
|
||||
<mousebind button="Left" action="Press">
|
||||
<action name="Activate"/>
|
||||
<action name="Focus"/>
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
|
|
Loading…
Reference in a new issue