Skip to content

Instantly share code, notes, and snippets.

@aldoridhoni
Last active December 19, 2015 03:48
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 aldoridhoni/5892244 to your computer and use it in GitHub Desktop.
Save aldoridhoni/5892244 to your computer and use it in GitHub Desktop.
Sleep and Lock
#
# Lock current screen from command line
#
/System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resources/CGSession -suspend
#
# Sleep Mac from command line using pmset
#
pmset sleepnow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment