简体中文
深色模式
sudo nano /etc/systemd/logind.conf
找到 #HandleLidSwitch=suspend ,改为 HandleLidSwitch=ignore
#HandleLidSwitch=suspend
HandleLidSwitch=ignore
service systemd-logind restart
7fba2ec