]> Dogcows Code - chaz/openbox/blobdiff - data/menu.xml
Merge branch 'backport' into work
[chaz/openbox] / data / menu.xml
index d460cbcdb9dd278018897ab2e2fa97fd7fabf31b..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>
 
   <menu id="client-list-menu" />
   <separator />
   <item label="ObConf">
-    <action name="Execute"><execute>obconf</execute></action>
+    <action name="Execute">
+      <startupnotify><enabled>yes</enabled><icon>openbox</icon></startupnotify>
+      <command>obconf</command>
+    </action>
   </item>
   <item label="Reconfigure">
     <action name="Reconfigure" />
This page took 0.02565 seconds and 4 git commands to generate.