Manually switch to next desktop picture in shuffle mode
Nov 17, '09 07:30:00AM
Contributed by: Anonymous
I noticed that if you have your desktop picture (wallpaper) set to shuffle between a number of images, and you don't like the currently-selected picture, you can manually skip it by killing and restarting the Dock. Just type the following into Terminal:
killall Dock
When the Dock restarts, it will shuffle to another desktop picture.
[robg adds: I believe a "friendlier" version of this command is killall -QUIT Dock, which tells the Dock to quit nicely, instead of force quitting it. (This is wrong; see the comments!) If you find yourself doing this regularly, you could turn it into a simple Automator application, using the above command, or the AppleScript alternative (tell application "Dock" to quit). Then again, if you're doing this a lot, perhaps you should look to change your collection of desktop images!]
Comments (6)
Mac OS X Hints
http://hints.macworld.com/article.php?story=20091107052632192