From 07e700aebc1cea991fd68e82a46869a1d287a23f Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Sun, 3 May 2020 23:56:50 -0400 Subject: finally got this insane plan in order So I want to lock on suspend but not on hibernate because my hard drive is encrypted, and this is a single user system, but xss-lock will only do suspend&hibernate or neither. So I wrapped lid close and i3lock with a script that locks and then hibernates. And xss-lock has sleep disabled so it now works. --- src/etc/systemd/logind.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/etc/systemd/logind.conf b/src/etc/systemd/logind.conf index 990f437..e4d6944 100644 --- a/src/etc/systemd/logind.conf +++ b/src/etc/systemd/logind.conf @@ -1,2 +1,3 @@ -HandleLidSwitch=hybrid-sleep +[Login] HandlePowerKey=hibernate +HandleLidSwitch=lock -- cgit