Skip to content

Instantly share code, notes, and snippets.

@justintime
Created April 19, 2013 16:04
Show Gist options
  • Save justintime/5421341 to your computer and use it in GitHub Desktop.
Save justintime/5421341 to your computer and use it in GitHub Desktop.
Force screensaver lock on a Mac
#!/bin/bash
rm ~/Library/Preferences/com.apple.screensaver.plist
/usr/libexec/PlistBuddy -c "Add :askForPassword integer 1" ~/Library/Preferences/com.apple.screensaver.plist
/usr/libexec/PlistBuddy -c "Add :askForPasswordDelay integer 60" ~/Library/Preferences/com.apple.screensaver.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment