Sorry if this has been asked and answered. I did a search but came up empty.
In case the monitor where you want to open a browser windows is to the left of the monitor with IDE, try negative values. In Java:
WebDriver driver = new FirefoxDriver(); driver.manage().window().setPosition(new Point(-1500, 0));