Dear all, I would like to raise a certain window from within a shell script. Is it possible to trigger xmonad to execute something like raiseMaybe (runInTerm "-title myWindow" "myWindow") (title =? "myWindow") with a shell script? Or do you know any other possibility to raise a window from a shell?