]> Dogcows Code - chaz/openbox/commitdiff
focus and raise when you click on the frame itself, i.e. the border to the sides...
authorDana Jansens <danakj@orodu.net>
Wed, 25 Apr 2007 03:15:08 +0000 (03:15 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 25 Apr 2007 03:15:08 +0000 (03:15 +0000)
data/rc.xml.in

index a113fbc55f7130515c57b642d4ffe45e5da798cd..f5a5cad5b22af3168fe97db87c3ee622894fe679 100644 (file)
     <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">
This page took 0.02364 seconds and 4 git commands to generate.