Page 1 of 1

ubuntu: disable sleep when lid closes on laptop

Posted: Thu Aug 17, 2023 3:56 pm
by Stevyn
ubuntu: disable sleep when lid closes on laptop

Code: Select all

 systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
 
nano /etc/systemd/logind.conf

HandleLidSwitch=suspend
 
 systemctl restart systemd-logind