You are not logged in.
Pages: 1
Hi,
Knocked up a small python class that makes pipe menus in Openbox a little easier to write
to create a pipe-menu in a python script
#!/usr/bin/env python
import ob3pipe
x=ob3pipe.Pipes()
print x.start()
print x.item("Label")
print x.execute("Open a terminal", "xterm")
print x.separator()
print x.end()
Let us know what you think
thanks to Penguin for giving me the strength to carry on 8)
Mr Green I like Landuke!
Offline
Pages: 1