summaryrefslogtreecommitdiff
path: root/.linux/etc/systemd/logind.conf.d/hybrid-sleep.conf
diff options
context:
space:
mode:
Diffstat (limited to '.linux/etc/systemd/logind.conf.d/hybrid-sleep.conf')
-rw-r--r--.linux/etc/systemd/logind.conf.d/hybrid-sleep.conf12
1 files changed, 3 insertions, 9 deletions
diff --git a/.linux/etc/systemd/logind.conf.d/hybrid-sleep.conf b/.linux/etc/systemd/logind.conf.d/hybrid-sleep.conf
index 4bdee52..20819d6 100644
--- a/.linux/etc/systemd/logind.conf.d/hybrid-sleep.conf
+++ b/.linux/etc/systemd/logind.conf.d/hybrid-sleep.conf
@@ -1,11 +1,5 @@
1[Login] 1[Login]
2# This config is what should be used for laptops with S3 support 2# This config is what should be used for laptops with S3 support
3#HandlePowerKey=suspend-then-hibernate 3HandlePowerKey=suspend-then-hibernate
4#HandleLidSwitch=suspend-then-hibernate 4HandleLidSwitch=suspend-then-hibernate
5#HandleLidSwitchExternalPower=suspend-then-hibernate 5HandleLidSwitchExternalPower=suspend-then-hibernate
6
7# But in their infinite wisdom Dell removed S3 support from the 9310, so
8# this is needed to make sure the laptop actually sleeps well.
9HandlePowerKey=hybrid-sleep
10HandleLidSwitch=hybrid-sleep
11HandleLidSwitchExternalPower=hybrid-sleep