]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xml
revert my commit of d3th, it fucked up focus badly
[chaz/openbox] / data / rc.xml
index 848586e696957de4083ae15631e131586dc8277c..fab32908a080a5bd6e6c877a1af0148cde1f23ba 100644 (file)
 <focus>
   <focusNew>yes</focusNew>
   <followMouse>no</followMouse>
-  <focusLast>yes</focusLast>
-  <focusLastOnDesktop>yes</focusLastOnDesktop>
+  <focusDelay>0</focusDelay>
 </focus>
 
 <theme>
-  <theme>thebear</theme>
+  <name>thebear</name>
   <titlelayout>NLIMC</titlelayout>
 </theme>
 
   <chainQuitKey>C-g</chainQuitKey>
 
   <keybind key="A-F10">
-    <action name="MaximizeFull"></action>
+    <action name="MaximizeFull"/>
   </keybind>
   <keybind key="A-F5">
-    <action name="UnmaximizeFull"></action>
+    <action name="UnmaximizeFull"/>
   </keybind>
   <keybind key="A-F12">
-    <action name="ToggleShade"></action>
+    <action name="ToggleShade"/>
   </keybind>
   <keybind key="C-A-Left">
-    <action name="DesktopLeft"></action>
+    <action name="DesktopLeft"/>
   </keybind>
   <keybind key="C-A-Right">
-    <action name="DesktopRight"></action>
+    <action name="DesktopRight"/>
   </keybind>
   <keybind key="C-A-Up">
-    <action name="DesktopUp"></action>
+    <action name="DesktopUp"/>
   </keybind>
   <keybind key="C-A-Down">
-    <action name="DesktopDown"></action>
+    <action name="DesktopDown"/>
   </keybind>
   <keybind key="S-A-Left">
-    <action name="SendToDesktopLeft"></action>
+    <action name="SendToDesktopLeft"/>
   </keybind>
   <keybind key="S-A-Right">
-    <action name="SendToDesktopRight"></action>
+    <action name="SendToDesktopRight"/>
   </keybind>
   <keybind key="S-A-Up">
-    <action name="SendToDesktopUp"></action>
+    <action name="SendToDesktopUp"/>
   </keybind>
   <keybind key="S-A-Down">
-    <action name="SendToDesktopDown"></action>
+    <action name="SendToDesktopDown"/>
   </keybind>
   <keybind key="C-A-d">
-    <action name="ToggleShowDesktop"></action>
+    <action name="ToggleShowDesktop"/>
   </keybind>
   <keybind key="A-F4">
-    <action name="Close"></action>
+    <action name="Close"/>
   </keybind>
   <keybind key="A-Tab">
-    <action name="NextWindow"></action>
+    <action name="NextWindow"/>
   </keybind>
   <keybind key="A-S-Tab">
-    <action name="PreviousWindow"></action>
+    <action name="PreviousWindow"/>
   </keybind>
   <keybind key="A-F7">
-    <action name="KeyboardMove"></action>
+    <action name="Move"/>
   </keybind>
   <keybind key="A-F8">
-    <action name="KeyboardResize"></action>
+    <action name="Resize"/>
   </keybind>
   <keybind key="A-F9">
-    <action name="Iconify"></action>
+    <action name="Iconify"/>
+  </keybind>
+  <keybind key="A-space">
+    <action name="ShowMenu"><menu>client-menu</menu></action>
   </keybind>
 </keyboard>
 
   <doubleClickTime>200</doubleClickTime>
 
   <context name="frame">
-    <mousebind button="A-Left" action="drag">
-      <action name="move"/>
+    <mousebind button="A-Left" action="Drag">
+      <action name="Move"/>
     </mousebind>
-    <mousebind button="A-Left" action="click">
-      <action name="raise"/>
+    <mousebind button="A-Left" action="Click">
+      <action name="Raise"/>
     </mousebind>
-    <mousebind button="A-Left" action="press">
-      <action name="focus"/>
+    <mousebind button="A-Left" action="Press">
+      <action name="Focus"/>
     </mousebind>
-    <mousebind button="A-Middle" action="drag">
-      <action name="resize"/>
+    <mousebind button="A-Middle" action="Drag">
+      <action name="Resize"/>
     </mousebind> 
-    <mousebind button="A-Middle" action="click">
-      <action name="lower"/>
+    <mousebind button="A-Middle" action="Click">
+      <action name="Lower"/>
     </mousebind>
-    <mousebind button="A-Right" action="press">
-      <action name="showmenu"><menu>client-menu</menu></action>
+    <mousebind button="A-Right" action="Press">
+      <action name="ShowMenu"><menu>client-menu</menu></action>
     </mousebind>
-    <mousebind button="A-Up" action="click">
-      <action name="desktopnext"/>
+    <mousebind button="A-Up" action="Click">
+      <action name="DesktopNext"/>
     </mousebind>
-    <mousebind button="A-Down" action="click">
-      <action name="desktopprevious"/>
+    <mousebind button="A-Down" action="Click">
+      <action name="DesktopPrevious"/>
     </mousebind>
-    <mousebind button="C-A-Up" action="click">
-      <action name="sendtodesktopnext"/>
+    <mousebind button="C-A-Up" action="Click">
+      <action name="SendToDesktopNext"/>
     </mousebind>
-    <mousebind button="C-A-Down" action="click">
-      <action name="sendtodesktopprevious"/>
+    <mousebind button="C-A-Down" action="Click">
+      <action name="SendToDesktopPrevious"/>
     </mousebind>
   </context>
   <context name="titlebar">
-    <mousebind button="Left" action="drag">
-      <action name="move"/>
+    <mousebind button="Left" action="Drag">
+      <action name="Move"/>
     </mousebind>
-    <mousebind button="Left" action="click">
-      <action name="raise"/>
+    <mousebind button="Left" action="Click">
+      <action name="Raise"/>
     </mousebind>
-    <mousebind button="Left" action="press">
-      <action name="focus"/>
+    <mousebind button="Left" action="Press">
+      <action name="Focus"/>
     </mousebind>
-    <mousebind button="Left" action="doubleclick">
-      <action name="toggleshade"/>
+    <mousebind button="Left" action="DoubleClick">
+      <action name="ToggleShade"/>
     </mousebind>
-    <mousebind button="Middle" action="press">
-      <action name="lower"/>
+    <mousebind button="Middle" action="Press">
+      <action name="Lower"/>
     </mousebind>
-    <mousebind button="Up" action="click">
-      <action name="shade"/>
+    <mousebind button="Up" action="Click">
+      <action name="Shade"/>
     </mousebind>
-    <mousebind button="Down" action="click">
-      <action name="unshade"/>
+    <mousebind button="Down" action="Click">
+      <action name="Unshade"/>
     </mousebind>
-    <mousebind button="Right" action="press">
-      <action name="showmenu"><menu>client-menu</menu></action>
+    <mousebind button="Right" action="Press">
+      <action name="ShowMenu"><menu>client-menu</menu></action>
     </mousebind>
   </context>
   <context name="handle">
-    <mousebind button="Left" action="drag">
-      <action name="move"/>
+    <mousebind button="Left" action="Drag">
+      <action name="Move"/>
     </mousebind>
-    <mousebind button="Left" action="click">
-      <action name="raise"/>
+    <mousebind button="Left" action="Click">
+      <action name="Raise"/>
     </mousebind>
-    <mousebind button="Left" action="press">
-      <action name="focus"/>
+    <mousebind button="Left" action="Press">
+      <action name="Focus"/>
     </mousebind>
-    <mousebind button="Middle" action="press">
-      <action name="lower"/>
+    <mousebind button="Middle" action="Press">
+      <action name="Lower"/>
     </mousebind>
   </context>
   <context name="blcorner">
-    <mousebind button="Left" action="drag">
-      <action name="resize"/>
+    <mousebind button="Left" action="Drag">
+      <action name="Resize"/>
     </mousebind>
-    <mousebind button="Left" action="press">
-      <action name="focus"/>
+    <mousebind button="Left" action="Press">
+      <action name="Focus"/>
     </mousebind>
   </context>
   <context name="brcorner">
-    <mousebind button="Left" action="drag">
-      <action name="resize"/>
+    <mousebind button="Left" action="Drag">
+      <action name="Resize"/>
     </mousebind>
-    <mousebind button="Left" action="press">
-      <action name="focus"/>
+    <mousebind button="Left" action="Press">
+      <action name="Focus"/>
     </mousebind>
   </context>
   <context name="tlcorner">
-    <mousebind button="Left" action="drag">
-      <action name="resize"/>
+    <mousebind button="Left" action="Drag">
+      <action name="Resize"/>
     </mousebind>
-    <mousebind button="Left" action="press">
-      <action name="focus"/>
+    <mousebind button="Left" action="Press">
+      <action name="Focus"/>
     </mousebind>
   </context>
   <context name="trcorner">
-    <mousebind button="Left" action="drag">
-      <action name="resize"/>
+    <mousebind button="Left" action="Drag">
+      <action name="Resize"/>
     </mousebind>
-    <mousebind button="Left" action="press">
-      <action name="focus"/>
+    <mousebind button="Left" action="Press">
+      <action name="Focus"/>
     </mousebind>
   </context>
   <context name="client">
-    <mousebind button="Left" action="press">
-      <action name="focus"/>
-      <action name="raise"/>
+    <mousebind button="Left" action="Press">
+      <action name="Focus"/>
+      <action name="Raise"/>
     </mousebind>
-    <mousebind button="Middle" action="press">
-      <action name="focus"/>
+    <mousebind button="Middle" action="Press">
+      <action name="Focus"/>
     </mousebind>
-    <mousebind button="Right" action="press">
-      <action name="focus"/>
+    <mousebind button="Right" action="Press">
+      <action name="Focus"/>
     </mousebind>
   </context>
   <context name="icon">
-    <mousebind button="Left" action="press">
-      <action name="focus"/>
+    <mousebind button="Left" action="Press">
+      <action name="Focus"/>
     </mousebind>
-    <mousebind button="Right" action="press">
-      <action name="showmenu"><menu>client-menu</menu></action>
+    <mousebind button="Right" action="Press">
+      <action name="ShowMenu"><menu>client-menu</menu></action>
     </mousebind>
-    <mousebind button="Left" action="click">
-      <action name="showmenu"><menu>client-menu</menu></action>
+    <mousebind button="Left" action="Click">
+      <action name="ShowMenu"><menu>client-menu</menu></action>
     </mousebind>
-    <mousebind button="Left" action="doubleclick">
-      <action name="close"/>
+    <mousebind button="Left" action="DoubleClick">
+      <action name="Close"/>
     </mousebind>
   </context>
   <context name="alldesktops">
-    <mousebind button="Left" action="press">
-      <action name="focus"/>
+    <mousebind button="Left" action="Press">
+      <action name="Focus"/>
     </mousebind>
-    <mousebind button="Left" action="click">
-      <action name="toggleomnipresent"/>
+    <mousebind button="Left" action="Click">
+      <action name="ToggleOmnipresent"/>
     </mousebind>
   </context>
   <context name="shade">
-    <mousebind button="Left" action="press">
-      <action name="focus"/>
+    <mousebind button="Left" action="Press">
+      <action name="Focus"/>
     </mousebind>
-    <mousebind button="Left" action="click">
-      <action name="toggleshade"/>
+    <mousebind button="Left" action="Click">
+      <action name="ToggleShade"/>
     </mousebind>
   </context>
   <context name="iconify">
-    <mousebind button="Left" action="press">
-      <action name="focus"/>
+    <mousebind button="Left" action="Press">
+      <action name="Focus"/>
     </mousebind>
-    <mousebind button="Left" action="click">
-      <action name="iconify"/>
+    <mousebind button="Left" action="Click">
+      <action name="Iconify"/>
     </mousebind>
   </context>
   <context name="maximize">
-    <mousebind button="Left" action="press">
-      <action name="focus"/>
+    <mousebind button="Left" action="Press">
+      <action name="Focus"/>
     </mousebind>
-    <mousebind button="Middle" action="press">
-      <action name="focus"/>
+    <mousebind button="Middle" action="Press">
+      <action name="Focus"/>
     </mousebind>
-    <mousebind button="Right" action="press">
-      <action name="focus"/>
+    <mousebind button="Right" action="Press">
+      <action name="Focus"/>
     </mousebind>
-    <mousebind button="Left" action="click">
-      <action name="togglemaximizefull"/>
+    <mousebind button="Left" action="Click">
+      <action name="ToggleMaximizeFull"/>
     </mousebind>
-    <mousebind button="Middle" action="click">
-      <action name="togglemaximizevert"/>
+    <mousebind button="Middle" action="Click">
+      <action name="ToggleMaximizeVert"/>
     </mousebind>
-    <mousebind button="Right" action="click">
-      <action name="togglemaximizehorz"/>
+    <mousebind button="Right" action="Click">
+      <action name="ToggleMaximizeHorz"/>
     </mousebind>
   </context>
   <context name="close">
-    <mousebind button="Left" action="press">
-      <action name="focus"/>
+    <mousebind button="Left" action="Press">
+      <action name="Focus"/>
     </mousebind>
-    <mousebind button="Left" action="click">
-      <action name="close"/>
+    <mousebind button="Left" action="Click">
+      <action name="Close"/>
     </mousebind>
   </context>
   <context name="desktop">
-    <mousebind button="Up" action="click">
-      <action name="desktopnext"></action>
+    <mousebind button="Up" action="Click">
+      <action name="DesktopNext"/>
     </mousebind>
-    <mousebind button="Down" action="click">
-      <action name="desktopprevious"></action>
+    <mousebind button="Down" action="Click">
+      <action name="DesktopPrevious"/>
     </mousebind>
-    <mousebind button="A-Up" action="click">
-      <action name="desktopnext"/>
+    <mousebind button="A-Up" action="Click">
+      <action name="DesktopNext"/>
     </mousebind>
-    <mousebind button="A-Down" action="click">
-      <action name="desktopprevious"/>
+    <mousebind button="A-Down" action="Click">
+      <action name="DesktopPrevious"/>
     </mousebind>
-    <mousebind button="Middle" action="press">
-      <action name="showmenu"><menu>client-list-menu</menu></action>
+    <mousebind button="Left" action="Press">
+      <action name="Focus"/>
+    </mousebind> 
+    <mousebind button="Middle" action="Press">
+      <action name="ShowMenu"><menu>client-list-menu</menu></action>
     </mousebind> 
-    <mousebind button="Right" action="press">
-      <action name="showmenu">
-        <menu>root-menu</menu>
-      </action>
+    <mousebind button="Right" action="Press">
+      <action name="ShowMenu"><menu>root-menu</menu></action>
     </mousebind>
   </context>
 </mouse>
This page took 0.03719 seconds and 4 git commands to generate.