Created
July 31, 2013 03:59
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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