Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    I need it to be non-interactive... Commented Jul 6, 2011 at 4:32
  • 1
    It can be made to be non-interactive by running it in the background xwinfo |grep window id:' &, and following it by xdotool click 1... but that runs the risk of the foreground click executing before the xdotool grabs the mouse. I'd rathen not use a nominal `sleep n, so although this answer is on-track, I'll wait a wihile to see if something more inline turns up... Commented Jul 6, 2011 at 5:39