]> Dogcows Code - chaz/openbox/commitdiff
add cups manager to the default menu
authorDana Jansens <danakj@orodu.net>
Sun, 2 Mar 2008 09:10:47 +0000 (04:10 -0500)
committerDana Jansens <danakj@orodu.net>
Sun, 2 Mar 2008 09:10:47 +0000 (04:10 -0500)
data/menu.xml

index b37a552e8dd67fc3b1999bc553f141bfc22aae51..b7c0d64fa68840f0cc43e763000ec8e2157f6b6a 100644 (file)
       <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" />
This page took 0.019028 seconds and 4 git commands to generate.