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
| # disable sleep when lid closed | |
| sudo pmset -b sleep 0; sudo pmset -b disablesleep 1 | |
| # re-enable sleep when lid closed | |
| sudo pmset -b sleep 5; sudo pmset -b disablesleep 0 | |
| # prevent Photos opening when SD inserted | |
| defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool YES | |
| # speed up Time Machine backups |
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
| <div id="monalisa" /> |