The Cookie Machine - Click here to drag window

The Cookie Machine (TCM) Future Applications:

β˜‘ View cookies used on the Pippim website.
β˜‘ Send cookie via mail. For backup or sharing.
β˜‘ Receive cookie via mail. From yourself or colleague.
β˜‘ Countdown Timers. For multi-phase time sensitive missions.
β˜‘ And in the future... Other ways of sharing/using Cookies.

If you can read me, I'm broken!

Views: 1,140β€…    Votes:  3β€…
Tags: suspend   laptop   hibernate   lid  
Link: πŸ” See Original Answer on Ask Ubuntu ⧉ πŸ”—


When an HDMI monitor is plugged in, the system considers it β€œdocked” as if it were plugged into a docking station. As such you need to use:

sudo -H gedit /etc/systemd/logind.conf

Change the line:

#HandleLidSwitchDocked=ignore

to read:

HandleLidSwitchDocked=suspend

Then save the file and reboot.

Note: This is the most common solution and if it doesn’t work we can explore other options.

⇧ How can I see my password on the terminal? How do I prevent 'cd' command from going to home directory?  β‡©