Posted by: Anonymous
[ip: 76.195.2.194]
on December 23, 2007 08:05 PM
What it needs is a python plugin system. This would mean that people could write plugins, gui plugins even and control devils pie... maybe a module could looks like this....
import dp
p = dp.pie()
p.application_name = "whatever"
p.set_workspace=3
p.undecorate=True
p.tell_daemon()
# end of script
This would not in itself would make it easier for end users but guis could be written for all devils pie functions. This also means that you don't have to maintain your own interpreter, config file format etc and can rely on a fairly simple existing language.
Python anyone?
Posted by: Anonymous [ip: 76.195.2.194] on December 23, 2007 08:05 PMimport dp
p = dp.pie()
p.application_name = "whatever"
p.set_workspace=3
p.undecorate=True
p.tell_daemon()
# end of script
This would not in itself would make it easier for end users but guis could be written for all devils pie functions. This also means that you don't have to maintain your own interpreter, config file format etc and can rely on a fairly simple existing language.
Just a thought.
#