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:
Dana Jansens 2007-04-25 03:15:08 +00:00
parent 5d54545799
commit 1bb1bb1088

View file

@ -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">