Skip to content

Instantly share code, notes, and snippets.

@crowjdh
Last active March 7, 2022 15:48
Show Gist options
  • Save crowjdh/88b425a1c0adc922668eca10bd1700a2 to your computer and use it in GitHub Desktop.
Save crowjdh/88b425a1c0adc922668eca10bd1700a2 to your computer and use it in GitHub Desktop.

Display global power settings:

$ pmset -g

To stop sleep entirely:

sudo pmset -a disablesleep 1

To revert, allowing sleep again:

sudo pmset -a disablesleep 0

Reference

https://apple.stackexchange.com/a/361398

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment