ubuntu18.04忽略笔记本合盖设置方法
打开terminal:
sudo vim /etc/systemd/logind.conf
然后将其中的:
#HandleLidSwitch=suspend
改成:
HandleLidSwitch=ignore
然后重启服务:
sudo restart systemd-logind
打开terminal:
sudo vim /etc/systemd/logind.conf
然后将其中的:
#HandleLidSwitch=suspend
改成:
HandleLidSwitch=ignore
然后重启服务:
sudo restart systemd-logind