Skip to content

Instantly share code, notes, and snippets.

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 bmarkons/5bf80b97ac4f5860f903c60cbbe3540d to your computer and use it in GitHub Desktop.
Save bmarkons/5bf80b97ac4f5860f903c60cbbe3540d to your computer and use it in GitHub Desktop.
Disable/Enable Mac OSX sleep on lid closed
# disable sleep
sudo pmset -b sleep 0; sudo pmset -b disablesleep 1
# re-enable sleep
sudo pmset -b sleep 5; sudo pmset -b disablesleep 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment