]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xml.in
ft was uninitialized
[chaz/openbox] / data / rc.xml.in
index e320317c10f47be6cc0dbf856e0f2b5f365bc5ba..c516f763ca259a79fad01bf93c0bc6c03deca7bc 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!-- Do not edit this file, it will be overwritten on install.
-        Copy the file to $HOME/.openbox/ instead. -->
+        Copy the file to $HOME/.config/openbox/ instead. -->
 
 <openbox_config xmlns="http://openbox/.org"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -17,7 +17,9 @@
 <focus>
   <focusNew>yes</focusNew>
   <followMouse>no</followMouse>
+  <focusLast>yes</focusLast>
   <focusDelay>0</focusDelay>
+  <raiseOnFocus>no</raiseOnFocus>
 </focus>
 
 <theme>
 </resize>
 
 <dock>
-  <position>topleft</position>
-  <stacking>top</stacking>
-  <direction>vertical</direction>
+  <position>TopLeft</position>
+  <stacking>Top</stacking>
+  <direction>Vertical</direction>
   <floatingX>0</floatingX>
   <floatingY>0</floatingY>
   <autoHide>no</autoHide>
-  <hideTimeout>300</hideTimeout>
+  <hideDelay>300</hideDelay>
 </dock>
 
 <keyboard>
     </mousebind>
     <mousebind button="Left" action="Press">
       <action name="Focus"/>
+      <action name="Raise"/>
     </mousebind> 
     <mousebind button="Middle" action="Press">
       <action name="ShowMenu"><menu>client-list-menu</menu></action>
   <!-- debian menu file -->
   <file>/etc/X11/openbox/openbox-menu.xml</file>
 
-  <!-- default menu file (or custom one in $HOME/.openbox/) -->
+  <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
   <file>menu.xml</file>
 </menu>
 
This page took 0.025753 seconds and 4 git commands to generate.