]> Dogcows Code - chaz/openbox/blobdiff - data/rc3
add a mwm.h for the mwm hint structure and flags.
[chaz/openbox] / data / rc3
index 50f581c47745f362bc1b9da68bf8ca20ea35e979..9dc8db8f3d3c91b2d09ab9b4455f570814af2e57 100644 (file)
--- a/data/rc3
+++ b/data/rc3
   <context name="client">
     <mousebind button="Left" action="press">
       <action name="focus"/>
+      <action name="raise"/>
     </mousebind>
     <mousebind button="Middle" 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>
     <mousebind button="Left" action="click">
       <action name="showmenu"><menu>client-menu</menu></action>
     </mousebind>
     <mousebind button="A-Down" action="click">
       <action name="desktopleft"/>
     </mousebind>
-    <mousebind button="Middle" action="press">
+    <mousebind button="Right" action="press">
       <action name="showmenu"><menu>root</menu></action>
     </mousebind>
   </context>
 </mouse>
 
+<menu id="root" label="Openbox 3">
+  <menu id="apps" label="Applications">
+    <item label="Xterm">
+      <action name="execute"><execute>xterm</execute></action>
+    </item>
+    <item label="Mozilla">
+      <action name="execute"><execute>mozilla</execute></action>
+    </item>
+    <item label="Gaim">
+      <action name="execute"><execute>gaim</execute></action>
+    </item>
+    <item label="Quark">
+      <action name="execute"><execute>strange-quark</execute></action>
+    </item>
+  </menu>
+  <menu id="games" label="Games">
+    <item label="Crack-Attack">
+      <action name="execute"><execute>crack-attack</execute></action>
+    </item>
+    <item label="XFRisk">
+      <action name="execute"><execute>xfrisk</execute></action>
+    </item>
+    <item label="Quake III">
+      <action name="execute"><execute>quake3</execute></action>
+    </item>
+  </menu>
+  <item label="--" /> <!-- separator -->
+  <item label="Restart">
+    <action name="restart" />
+  </item>
+  <item label="Exit">
+    <action name="exit" />
+  </item>
+</menu>
+
 </openbox_config>
This page took 0.021654 seconds and 4 git commands to generate.