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">
|
<context name="Client">
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Activate"/>
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
<mousebind button="Middle" action="Press">
|
<mousebind button="Middle" action="Press">
|
||||||
<action name="Activate"/>
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
<mousebind button="Right" action="Press">
|
<mousebind button="Right" action="Press">
|
||||||
<action name="Activate"/>
|
<action name="Focus"/>
|
||||||
|
<action name="Raise"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
|
@ -491,7 +494,7 @@
|
||||||
</mousebind>
|
</mousebind>
|
||||||
|
|
||||||
<mousebind button="Left" action="Press">
|
<mousebind button="Left" action="Press">
|
||||||
<action name="Activate"/>
|
<action name="Focus"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue