Close Display: Do nothing (Xubuntu/Ubuntu)
- This topic has 0 replies, 1 voice, and was last updated 6 years, 12 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
What makes us different from other similar websites? › Forums › Tech › Close Display: Do nothing (Xubuntu/Ubuntu)
Open the /etc/systemd/logind.conf file in a text editor as root, for example,
sudo -H gedit /etc/systemd/logind.conf
Add a line
HandleLidSwitch=ignore
Restart the systemd daemon with this command:
sudo service systemd-logind restart