]> Dogcows Code - chaz/openbox/blobdiff - doc/rc-mouse-focus.xml
remove activate from the mouse focus example rc.xml
[chaz/openbox] / doc / rc-mouse-focus.xml
index 0693d091ea02784ba972daf11aa246ca32a1e753..3ad00fed4ccd580dd73baf0b9f47e32c1e9821e0 100644 (file)
@@ -26,7 +26,6 @@
 <theme>
   <name>Clearlooks</name>
   <titleLayout>NLIMC</titleLayout>
-  <titleNumber>yes</titleNumber>
   <!--
       avaible characters are NDSLIMC, each can occur at most once.
       N: window icon
   <!-- this stuff is only used at startup, pagers allow you to change them
        during a session
 
+       these are default values to use when other ones are not already set
+       by other applications, or saved in your session
+
        use obconf if you want to change these without having to log out
        and back in -->
   <number>4</number>
   <firstdesk>1</firstdesk>
   <names>
+    <!-- set names up here if you want to, like this:
     <name>desktop 1</name>
     <name>desktop 2</name>
-    <name>desktop 3</name>
-    <name>desktop 4</name>
+    -->
   </names>
 </desktops>
 
 
   <context name="Client">
     <mousebind button="Left" action="Press">
-      <action name="Activate"/>
+      <action name="Focus"/>
+      <action name="Raise"/>
     </mousebind>
     <mousebind button="Middle" action="Press">
-      <action name="Activate"/>
+      <action name="Focus"/>
+      <action name="Raise"/>
     </mousebind>
     <mousebind button="Right" action="Press">
-      <action name="Activate"/>
+      <action name="Focus"/>
+      <action name="Raise"/>
     </mousebind>
   </context>
 
     </mousebind>
 
     <mousebind button="Left" action="Press">
-      <action name="Activate"/>
+      <action name="Focus"/>
     </mousebind>
   </context>
 
This page took 0.024112 seconds and 4 git commands to generate.