|
Nov
17
|
if you have your desktop wallpaper set to shuffle

between a number of images, and you don’t like the currently-selected picture, you can manually skip it:
- Just type the following into Terminal
killall DockWhen the Dock restarts, it will change to another desktop picture. - If you find yourself doing this regularly, you could turn it into a simple Automator application
tell application "System Events" set rotinterval to change interval of current desktop set change interval of current desktop to 1 delay 1 set change interval of current desktop to rotinterval end tell
You can assign this script to a hotkey (using QuickSilver).




Recent Comments