Skip to content

Instantly share code, notes, and snippets.

@daniellivingston
Created November 14, 2017 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daniellivingston/251aa638ee5018157c57860e82fa0e77 to your computer and use it in GitHub Desktop.
Save daniellivingston/251aa638ee5018157c57860e82fa0e77 to your computer and use it in GitHub Desktop.
Activate screensaver from macOS terminal
# Activate screensaver from macOS terminal
# Add to ~/.bash_profile
lock() {
open -a /System/Library/Frameworks/Screensaver.framework/Versions/A/Resources/ScreenSaverEngine.app
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment