Created
May 20, 2024 05:11
-
-
Save Umiiii/a8cfac8ba29cda3f500ba2a52240af4a to your computer and use it in GitHub Desktop.
macbook disable lids
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias dislid='sudo pmset -b sleep 0; sudo pmset -b displaysleep 0; sudo pmset -b disablesleep 1' | |
alias enlid='sudo pmset -b sleep 15; sudo pmset -b displaysleep 10; sudo pmset -b disablesleep 0' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment