]> Dogcows Code - chaz/openbox/blobdiff - data/rc3
properly select the first menu item in the child menu when using the 'right' keycode
[chaz/openbox] / data / rc3
index a3375704a210246238944df17f8de26cc4c5001f..38ff0a80be393981a5f05577d3094edc5b107020 100644 (file)
--- a/data/rc3
+++ b/data/rc3
       <action name="showmenu"><menu>client-list-menu</menu></action>
     </mousebind> 
     <mousebind button="Right" action="press">
-      <action name="showmenu"><menu>root-menu</menu></action>
+      <action name="showmenu">
+        <menu>root-menu</menu>
+      </action>
     </mousebind>
   </context>
 </mouse>
 
 <menu>
-  <location>~/.openbox/menu</location>
+  <!-- You can specify more than one menu file in here and they are all loaded,
+       just don't make menu ids clash or, well, it'll be kind of pointless -->
+
+  <!-- default menu file (or custom one in $HOME/.openbox/) -->
+  <file>menu</file>
+
+  <!-- debian menu file -->
+  <file>/etc/X11/openbox/openbox-menu</file>
 </menu>
 
 </openbox_config>
This page took 0.021264 seconds and 4 git commands to generate.