打开terminal: sudo vim /etc/systemd/logind.conf 然后将其中的: #HandleLidSwitch=suspend 改成: HandleLidSwitch=ignore 然后重启服务: sudo restart systemd-logind
sudo vim /etc/systemd/logind.conf
#HandleLidSwitch=suspend
HandleLidSwitch=ignore
sudo restart systemd-logind