Skip to content

pmset disablesleep #48

Description

My need is to disable sleep when the lid closed without power, and this command simply works.

sudo pmset -b disablesleep 1

# To restore
sudo pmset -b disablesleep 0

-b means set the parameter for battery mode. There is also -a|-c|-u.

disablesleep is undocumented in man pmset. Does someone know about it?

Source

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions