]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xml.in
add <dialog><focus/><desktop/> to allow disabling popups
[chaz/openbox] / data / rc.xml.in
index ec4d71c0d433e14f60efa2fed654dca65b2ceecb..d187b7e5f99e35d8496fab4a929f6db5491a045d 100644 (file)
@@ -1,12 +1,11 @@
 <?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"
+<openbox_config xmlns="http://openbox.org/"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="
-                http://openbox.org/schema.php?type=rc&amp;version=@version@
+        xsi:schemaLocation="http://openbox.org/
                 file://@xsddir@/rc.xsd">
 
 <resistance>
@@ -16,8 +15,8 @@
 
 <focus>
   <focusNew>yes</focusNew>
-  <followMouse>no</followMouse>
   <focusLast>yes</focusLast>
+  <followMouse>no</followMouse>
   <focusDelay>0</focusDelay>
   <raiseOnFocus>no</raiseOnFocus>
 </focus>
 </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>
+  <moveButton>A-Left</moveButton>
 </dock>
 
+<dialog>
+  <focus>yes</focus>
+  <desktop>yes</desktop>
+</dialog>
+
 <keyboard>
   <chainQuitKey>C-g</chainQuitKey>
 
     <mousebind button="Right" action="Press">
       <action name="ShowMenu"><menu>client-menu</menu></action>
     </mousebind>
-    <mousebind button="Left" action="Click">
+    <mousebind button="Left" action="Press">
       <action name="ShowMenu"><menu>client-menu</menu></action>
     </mousebind>
-    <mousebind button="Left" action="DoubleClick">
-      <action name="Close"/>
-    </mousebind>
   </context>
   <context name="AllDesktops">
     <mousebind button="Left" action="Press">
     </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.022245 seconds and 4 git commands to generate.