Skip to content

Instantly share code, notes, and snippets.

@sagz
Created August 28, 2014 00:34
Show Gist options
  • Save sagz/1cf5da76c1d95c3d2cd3 to your computer and use it in GitHub Desktop.
Save sagz/1cf5da76c1d95c3d2cd3 to your computer and use it in GitHub Desktop.
AppleScript to launch ScreenSaver instantly on OS X
try
tell application id "com.apple.ScreenSaver.Engine" to launch
end try
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment