]> Dogcows Code - chaz/openbox/blobdiff - data/menu.xml
make the xdg-autostart script get installed to PREFIX/lib/openbox, and make the autos...
[chaz/openbox] / data / menu.xml
index 1f3a07a912b709de1494786408abcb8bc81b1c28..557721af96034a921feaffd9163bbb21a0d6bfdc 100644 (file)
@@ -4,28 +4,28 @@
 
 <menu id="games-menu" label="Games">
   <item label="Crack-Attack">
-    <action name="Execute"><execute>crack-attack</execute></action>
+    <action name="Execute"><command>crack-attack</command></action>
   </item>
   <item label="XFRisk">
-    <action name="Execute"><execute>xfrisk</execute></action>
+    <action name="Execute"><command>xfrisk</command></action>
   </item>
   <item label="Quake III">
-    <action name="Execute"><execute>quake3</execute></action>
+    <action name="Execute"><command>quake3</command></action>
   </item>
 </menu>
 
 <menu id="apps-menu" label="Applications">
   <item label="Xterm">
-    <action name="Execute"><execute>xterm</execute></action>
+    <action name="Execute"><command>xterm</command></action>
   </item>
   <item label="Mozilla">
-    <action name="Execute"><execute>mozilla</execute></action>
+    <action name="Execute"><command>mozilla</command></action>
   </item>
   <item label="Gaim">
-    <action name="Execute"><execute>gaim</execute></action>
+    <action name="Execute"><command>gaim</command></action>
   </item>
   <item label="Quark">
-    <action name="Execute"><execute>strange-quark</execute></action>
+    <action name="Execute"><command>strange-quark</command></action>
   </item>
 </menu>
 
@@ -38,8 +38,8 @@
   <separator />
   <item label="ObConf">
     <action name="Execute">
-      <startupnotify><enabled>yes</enabled><icon>openbox</icon></startupnotiy>
-      <execute>obconf</execute>
+      <startupnotify><enabled>yes</enabled><icon>openbox</icon></startupnotify>
+      <command>obconf</command>
     </action>
   </item>
   <item label="Reconfigure">
This page took 0.025822 seconds and 4 git commands to generate.