日本語
深色模式
sudo nano /etc/systemd/logind.conf
#HandleLidSwitch=suspend を見つけて、 HandleLidSwitch=ignore に変更する
#HandleLidSwitch=suspend
HandleLidSwitch=ignore
service systemd-logind restart
93bda99