I don't prefer my laptop to switch to suspend state when my laptop lid is closed. So I found an easy way to disable suspend when lid is close. Here is how is it done:
- Open Terminal
- type in the command below (as root)
sudo gedit /etc/systemd/logind.conf
- Now the logind.conf file will ope...