Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Whenever I use my MacBook away from my desk and later plug it into an external display (as primary), I get into the state of having windows deposited in both the notebook monitor and the external one.

To move all windows to a single screen, my current solution is to "Turn on mirroring" in the display preferences and then turn it off again. This is rather tedious, though. Does anyone know of a better way?


I'm afraid the script posted by @erlando does absolutely nothing for me, running Mac OS X 10.5.4. (I.e., with windows on both screens, running the script moves not a single one of them, and it does not return any errors.) I guess I'll just have to stick with using the "mirror/unmirror" method mentioned above.


@Denton: I'm afraid those links provide scripts for getting windows which are orphaned from any screen back onto the display. I ‘just’ want to move all windows from a secondary display onto the primary display.

share|improve this question

7 Answers

On Lion you can toggle Mirror Displays using fn+Cmd+F1 (provided you are using the media control keys as default).

This also works on Snow Leopard and likely everything in between, also possibly further back.

share|improve this answer
Using <kbd>fn</kbd> on Mountain Lion doesn't work for me on my MBP, but <kbd>Cmd</kbd>+<kbd>F1</kbd> alone does. – Kaolin Fire Feb 25 at 0:44

Here is a command-line script to do just that: http://zach.in.tu-clausthal.de/software/.

It's a little down the page under "Move Off-Screen Windows to the Main Screen".

share|improve this answer

Cmd + F1 appears to be a Mirror Displays shortcut in Snow Leopard. Don't know about Lion, etc, though.

Just tap it twice and see what happens (-:

share|improve this answer

You can click the "Gather Windows" button in the Displays preference pane.

share|improve this answer
Wow, this works like wonder, although I wonder if it is possible to create a shortcut (instead of multiple clicks to get there) – Antony Sep 28 '11 at 21:08

As you said, the best answer seems to be turning "Mirror Displays" on and off again. Afterwards, all windows will have been collected on the main screen, and the secondary screen will be empty.

screenshot

This is a bit cumbersome, but nothing else has worked for me in Lion.

share|improve this answer

There is an article on using AppleScript to do this at macosxtips.co.uk, and another at macosxhints.com.

share|improve this answer

@Zydeco That only gathers the windows from the Displays pref. :-) (At least, on 10.6, it fails to gather Terminal windows.)

share|improve this answer
Yup, true that. Not sure if it's a bug or a feature, so to speak. – Will Robertson Dec 14 '08 at 14:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.