English
深色模式
sudo nano /etc/systemd/logind.conf
Find #HandleLidSwitch=suspend and change it to HandleLidSwitch=ignore
#HandleLidSwitch=suspend
HandleLidSwitch=ignore
service systemd-logind restart
93bda99