I\'ve tried using:
win.configure(stack_mode=X.TopIf) win.set_input_focus(X.RevertToParent, X.CurrentTime)
However even without any fo
Perhaps this is the solution: [Xlib] Force Raise/Map/Focus a given Window
A solution given (follow the thread) involves using wnck, which in Python is a part of the Gtk+ bindings.