Install GNOME Tweak Tool and go to the Power section. There's an option to disable the automatic suspend on lid close.
Option details
 The setting doesI compared not appear in dconfdconf before and after to find the option, but it turns out that's not how it's implemented.  Instead, itTweak Tool creates ~/.config/autostart/ignore-lid-switch-tweak.desktop.  The autostart is a script which effectively runs systemd-inhibit --what=handle-lid-switch.
So this So we can see the lid close action is now handled purely by systemd-logind. An
Alternative route
 An alternative answer would be to edit /etc/systemd/logind.conf to include:
HandleLidSwitch=ignore
It's slightly different, in that itThis would affectwork all users on the systemtime, not just when your user is logged in.
 
                