]> Dogcows Code - chaz/openbox/commitdiff
add underMouse option
authorDana Jansens <danakj@orodu.net>
Sun, 3 Jun 2007 19:23:02 +0000 (19:23 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 3 Jun 2007 19:23:02 +0000 (19:23 +0000)
data/rc.xml
data/rc.xsd
doc/rc-mouse-focus.xml

index 806e18e6451b41d06fef9da17e7551e75bf209be..4e9b02a5d50ee5b5b6fb908550a9f1c8699565fc 100644 (file)
   <focusNew>yes</focusNew>
   <!-- always try to focus new windows when they appear. other rules do
        apply -->
+  <followMouse>no</followMouse>
+  <!-- move focus to a window when you move the mouse into it -->
   <focusLast>yes</focusLast>
   <!-- focus the last used window when changing desktops, instead of the one
        under the mouse pointer. when followMouse is enabled -->
-  <followMouse>no</followMouse>
-  <!-- move focus to a window when you move the mouse into it -->
+  <underMouse>no</underMouse>
+  <!-- move focus under the mouse, even when the mouse is not moving -->
   <focusDelay>200</focusDelay>
   <!-- when followMouse is enabled, the mouse must be inside the window for
        this many milliseconds (1000 = 1 sec) before moving focus to it -->
index 4f6d1a08c81706b531e9b6f952d88f45984e5ef6..3b7097acb490d45192defc8f9beaa2994b426fde 100644 (file)
@@ -44,6 +44,7 @@
         <xsd:element minOccurs="0" name="focusNew" type="ob:bool"/>
         <xsd:element minOccurs="0" name="focusLast" type="ob:bool"/>
         <xsd:element minOccurs="0" name="followMouse" type="ob:bool"/>
+        <xsd:element minOccurs="0" name="underMouse" type="ob:bool"/>
         <xsd:element minOccurs="0" name="focusDelay" type="xsd:integer"/>
         <xsd:element minOccurs="0" name="raiseOnFocus" type="ob:bool"/>
     </xsd:complexType>
index acf2c14a0e8217aac3c8f37d2670684ca6b1ffba..069c8dbff963831693eac2987a773bd99d1aca7a 100644 (file)
   <focusNew>yes</focusNew>
   <!-- always try to focus new windows when they appear. other rules do
        apply -->
+  <followMouse>yes</followMouse>
+  <!-- move focus to a window when you move the mouse into it -->
   <focusLast>yes</focusLast>
   <!-- focus the last used window when changing desktops, instead of the one
        under the mouse pointer. when followMouse is enabled -->
-  <followMouse>yes</followMouse>
-  <!-- move focus to a window when you move the mouse into it -->
+  <underMouse>no</underMouse>
+  <!-- move focus under the mouse, even when the mouse is not moving -->
   <focusDelay>200</focusDelay>
   <!-- when followMouse is enabled, the mouse must be inside the window for
        this many milliseconds (1000 = 1 sec) before moving focus to it -->
This page took 0.026438 seconds and 4 git commands to generate.