From c970b40c23bc51ed69bf3548f227287bc595aaf4 Mon Sep 17 00:00:00 2001 From: kokopi-dev Date: Fri, 5 Dec 2025 20:51:35 +0900 Subject: [PATCH] add:lid behavior settings --- mango/etc-systemd/logind.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mango/etc-systemd/logind.conf diff --git a/mango/etc-systemd/logind.conf b/mango/etc-systemd/logind.conf new file mode 100644 index 0000000..f37c519 --- /dev/null +++ b/mango/etc-systemd/logind.conf @@ -0,0 +1,3 @@ +HandleLidSwitch=suspend-then-hibernate +HandleLidSwitchDocked=suspend-then-hibernate +LidSwitchIgnoreInhibited=no