focus and raise when you click on the frame itself, i.e. the border to the sides of the client window
This commit is contained in:
parent
5d54545799
commit
1bb1bb1088
1 changed files with 6 additions and 0 deletions
|
@ -206,6 +206,12 @@
|
|||
<mousebind button="C-A-Down" action="Click">
|
||||
<action name="SendToDesktopNext"/>
|
||||
</mousebind>
|
||||
<mousebind button="Left" action="Click">
|
||||
<action name="Raise"/>
|
||||
</mousebind>
|
||||
<mousebind button="Left" action="Press">
|
||||
<action name="Focus"/>
|
||||
</mousebind>
|
||||
</context>
|
||||
<context name="Titlebar">
|
||||
<mousebind button="Left" action="Drag">
|
||||
|
|
Loading…
Reference in a new issue