]> Dogcows Code - chaz/openbox/commitdiff
document the focus options
authorDana Jansens <danakj@orodu.net>
Sun, 27 May 2007 22:55:06 +0000 (22:55 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 27 May 2007 22:55:06 +0000 (22:55 +0000)
data/rc.xml

index 5622cde909bbf4520eb6eda473f548a9db43ad8c..819fb00fcf0ffccd603e0278e7f0106f2c91768e 100644 (file)
 
 <focus>
   <focusNew>yes</focusNew>
+  <!-- always try to focus new windows when they appear. other rules do
+       apply -->
   <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 -->
   <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 -->
   <raiseOnFocus>no</raiseOnFocus>
+  <!-- when followMouse is enabled, and a window is given focus by moving the
+       mouse into it, also raise the window -->
 </focus>
 
 <placement>
This page took 0.023953 seconds and 4 git commands to generate.