MacOS - How to keep your MacBook awake, even when the lid is closed.

First off, we're going to show you how to accomplish to keep your MacBook awake after closing the lid in two simple steps. After that, we're going to explain why this isn't a feature of our Mac app Caffeinated.

Step 1: Open Terminal

There are several ways to find and open Terminal on your Mac. One of the quickest and easiest ways to open it is with Spotlight Search.

  1. You can use the keyboard shortcut Command + Space to open Spotlight Search on your Mac. Or click on the Spotlight Search button in your menu bar.

  2. Type in "Terminal".

  3. You should see the Terminal application under Top Hit at the top of your results. Double-click it and Terminal will open.

Step 2: Run Command

There are essentially two commands you will need. One for keeping your MacBook awake (even with the lid closed) and the second one you'll use whenever you'd like to let your MacBook sleep again.

Note: Keeping your MacBook running while the lid is closed, will potentially trap heat between the display and the keyboard of your MacBook.

1) Command to deactivate Lid-Sleep (keep system awake,开启合盖不休眠模式)

javascript 复制代码
sudo pmset -b sleep 0; sudo pmset -b disablesleep 1

2) Command to activate Lid-Sleep (let system sleep again, like normal,关闭合盖不休眠模式)

bash 复制代码
sudo pmset -b sleep 5; sudo pmset -b disablesleep 0

Simply copy the desired command from above and paste it in Terminal. Hit Enter . Since these commands are sudo commands, they require your password to run. Therefore, simply enter your password and hit Enter again. Voilà! That's how to keep MacBook awake with lid closed.

Why is this not a feature of Caffeinated?

Well, we would love to implement this feature, but for now it's simply not possible due to Apple's guidelines and restrictions for apps available on the App Store.

These limitations are not a bad thing, as they help preventing harmful software (malware) on your Mac. Apple tries to keep the system safe and clean. Even though this comes with limitations for us developers, we appreciate this, especially from a users perspective.

相关推荐
黄一一9112435 小时前
跨平台视频图片压缩互转!离线视频压缩工具!Github开源轻松无损压缩视频!Win/Mac/Linux三端通用开源工具
windows·macos·音视频·开源软件
秋雨梧桐叶落莳13 小时前
【iOS】从源码深入理解RunLoop机制
macos·ios·objective-c·cocoa·cocoapods·uikit
别走!万哥爱你14 小时前
Mac访达中不显示iPad或iPhone怎么办?
macos·iphone·ipad
ACP广源盛1392462567315 小时前
M6/M5 Pro Mac mini 端侧 AI 爆发@ACP#YLB3118 存储扩展芯片在本地 AI 服务中的机会与落地场景
大数据·网络·数据库·人工智能·嵌入式硬件·macos
guo_wen_qiang18 小时前
mac中docker desktop服务端开启远程访问
运维·服务器·macos·docker
SleepNW_POV1 天前
家居科普|床垫溜边塌陷成因解析与边缘加固床垫选购指南
人工智能·科技·智能家居·睡眠
OsDepK1 天前
xcode应用构建至testflight测试流程
ide·macos·xcode
guo_wen_qiang2 天前
一个好用的命令——查看文件大小
linux·macos
阿童木写作2 天前
跨境电商图片翻译工具推荐:批量图片翻译+视频字幕翻译+智能抠图
python·macos·音视频·xcode
攀小黑2 天前
vue3+Web Speech API 封装了一个弹窗语音输入
前端·macos·xcode