Skip to content

Ubuntu settings to prevent sleep when lid is closed

作者:Lee 等
最后更新:

File modifications

bash
sudo nano /etc/systemd/logind.conf

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

Restart service

bash
service systemd-logind restart

页面历史