Add include of cairo.h when using librsvg
[dana/openbox.git] / data / menu.xml
index b37a552..39da04d 100644 (file)
       <startupnotify><enabled>yes</enabled></startupnotify>
     </action>
   </item>
+  <item label="Xfce Settings">
+    <action name="Execute">
+      <command>xfce-setting-show</command>
+      <startupnotify><enabled>yes</enabled></startupnotify>
+    </action>
+  </item>
+  <item label="Manage Cups Printers">
+    <action name="Execute">
+      <command>xdg-open http://localhost:631/</command>
+      <startupnotify>
+        <enabled>no</enabled>
+        <icon>cups</icon>
+      </startupnotify>
+    </action>
+  </item>
   <separator />
   <item label="Reconfigure Openbox">
     <action name="Reconfigure" />
   </item>
-  <item label="Exit Openbox">
-    <action name="Exit">
-      <prompt>yes</prompt>
-    </action>
-  </item>
 </menu>
 
 <menu id="root-menu" label="Openbox 3">
   <separator label="System" />
   <menu id="system-menu"/>
   <separator />
-  <item label="Logout">
-    <action name="SessionLogout">
+  <item label="Log Out">
+    <action name="Exit">
       <prompt>yes</prompt>
     </action>
   </item>