LEEUNITYAssets / Content / 博客.asset
层级
⌄ Lee / Homepage
INSPECTOR
Type
Content
Name
博客
lee@mtftm.com ↗GitHub ↗
N014SYSTEM / LINUX

技术 / English

Ubuntu: Disable Sleep on Lid Close

Find HandleLidSwitch=suspend and change it to HandleLidSwitch=ignore

更新
2026.07.18
阅读
1 分钟
语言
English

Modify File

sudo nano /etc/systemd/logind.conf

Find #HandleLidSwitch=suspend and change it to HandleLidSwitch=ignore

Restart Service

service systemd-logind restart