Skip to content

Instantly share code, notes, and snippets.

@focusaurus
Created July 31, 2013 03:59
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 focusaurus/6119165 to your computer and use it in GitHub Desktop.
Save focusaurus/6119165 to your computer and use it in GitHub Desktop.
There's got to be something alongs these lines that actually works...the snippet below does not work.
alias screenunlock='defaults write com.apple.screensaver askForPassword 0 && defaults write com.apple.screensaver askForPasswordDelay 0'
alias screenlock='defaults write com.apple.screensaver askForPassword 1 && defaults write com.apple.screensaver askForPasswordDelay 60'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment