]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xml
restore code that keeps popups on screen
[chaz/openbox] / data / rc.xml
index a224f6b1015459c616b0c44418fec652843b2ecd..d96568ef4de9c77b7b4a8f41135d9ea6acfda391 100644 (file)
@@ -3,21 +3,18 @@
 <!-- Do not edit this file, it will be overwritten on install.
         Copy the file to $HOME/.config/openbox/ instead. -->
 
-<openbox_config xmlns="http://openbox.org/"
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://openbox.org/">
+<openbox_config xmlns="http://openbox.org/4.0/rc">
 
 <resistance>
   <strength>10</strength>
   <screen_edge_strength>20</screen_edge_strength>
-  <edges_hit_layers_below>no</edges_hit_layers_below>
 </resistance>
 
 <focus>
   <focusNew>yes</focusNew>
   <focusLast>no</focusLast>
   <followMouse>no</followMouse>
-  <focusDelay>0</focusDelay>
+  <focusDelay>200</focusDelay>
   <raiseOnFocus>no</raiseOnFocus>
 </focus>
 
   <titleNumber>yes</titleNumber>
   <!--
       avaible characters are NDSLIMC, each can occur at most once.
-      N: client menu
+      N: window icon
       L: window label (AKA title).
       I: iconify
       M: maximize
       C: close
-      S: shade
+      S: shade (roll up/down)
       D: omnipresent (on all desktops).
   -->
   <keepBorder>yes</keepBorder>
       <action name="ShowMenu"><menu>client-menu</menu></action>
     </mousebind>
   </context>
-  <context name="Handle">
+  <context name="Top">
     <mousebind button="Left" action="Drag">
-      <action name="Move"/>
-    </mousebind>
-    <mousebind button="Left" action="Click">
-      <action name="Raise"/>
+      <action name="Resize"><edge>top</edge></action>
     </mousebind>
     <mousebind button="Left" action="Press">
-      <action name="Focus"/>
+      <action name="Activate"/>
     </mousebind>
-    <mousebind button="Middle" action="Press">
-      <action name="Lower"/>
+  </context>
+  <context name="Bottom">
+    <mousebind button="Left" action="Drag">
+      <action name="Resize"><edge>bottom</edge></action>
+    </mousebind>
+    <mousebind button="Left" action="Press">
+      <action name="Activate"/>
     </mousebind>
   </context>
   <context name="BLCorner">
       <action name="Raise"/>
     </mousebind> 
     <mousebind button="Middle" action="Press">
-      <action name="ShowMenu"><menu>client-list-menu</menu></action>
+      <action name="ShowMenu"><menu>client-list-combined-menu</menu></action>
     </mousebind> 
     <mousebind button="Right" action="Press">
       <action name="ShowMenu"><menu>root-menu</menu></action>
This page took 0.026544 seconds and 4 git commands to generate.