all repos — openbox @ 6ca53a625db8385b9e18dee083b4961743e1abea

openbox fork - make it a bit more like ryudo

add cups manager to the default menu
Dana Jansens danakj@orodu.net
commit

6ca53a625db8385b9e18dee083b4961743e1abea

parent

9089156780d83a8b8d72df711a895fce9519077b

1 files changed, 9 insertions(+), 0 deletions(-)

jump to
M data/menu.xmldata/menu.xml

@@ -350,6 +350,15 @@ <command>kcontrol</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" />