Power Change options in dconf-editor

I want my laptop to do nothing when I close the laptop lid. I found these options in dconf-editor for the laptop to do 'nothing'. However, the laptop still goes to suspended mode after I close the lid.

What did go wrong?

0

1 Answer

Install gnome-tweaks

sudo apt-get install gnome-tweaks 

and invoke it with

gnome-tweaks 

Under the menu Power you can disable Suspend when laptop lid is closed.

2