Ubuntu Lid tag: xfce4-settings-editor xfce4-power-manager How can I tell Ubuntu to do nothing when I close my laptop lid? http://askubuntu.com/questions/15520/how-can-i-tell-ubuntu-to-do-nothing-when-i-close-my-laptop-lid Why is my notebook going to sleep when lid is closed even If I disabled it? http://ubuntuqa.com/249722/why-is-my-notebook-going-to-sleep-when-lid-is-closed-even-if-i-disabled-it Lid can be closed with no effect to the screens /etc/systemd/logind.conf HandleLidSwitch=ignore LidSwitchIgnoreInhibited=no cd /etc/UPower/ diff UPower.conf UPower.conf.orig < IgnoreLid=true > IgnoreLid=false --