Nov 17

if you have your desktop wallpaper set to shuffle
desktop-change-picture
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 Dock When 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).

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...


Leave a Reply

This is website related to mac 0R windows platform?