X11 - How to raise another application's window using Python
- by Dave
I'd like to be able to raise another application's Window using Python.
I did see this, which I suppose I could try:
http://stackoverflow.com/questions/1028972/x11-raise-an-existing-window-via-command-line
However, I'd prefer to do it in Python if at all possible.