]> Dogcows Code - chaz/openbox/blobdiff - data/menu.xml
cancel the interactive action only if runing another one. i think this will work?
[chaz/openbox] / data / menu.xml
index 3f070737447c9fae2259645dbf0d655becbb591f..a19a853925eaa5518cfd96a9801b7e4a603beac1 100644 (file)
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<openbox_menu xmlns="http://openbox.org/"
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://openbox.org/">
+<openbox_menu xmlns="http://openbox.org/3.4/menu">
 
 <menu id="games-menu" label="Games">
   <item label="Crack-Attack">
   <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>
+      <execute>obconf</execute>
+    </action>
   </item>
   <item label="Reconfigure">
     <action name="Reconfigure" />
This page took 0.02114 seconds and 4 git commands to generate.