diff options
author | xyz <gky44px1999@gmail.com> | 2022-08-06 03:21:12 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-08-06 03:21:12 -0700 |
commit | a9cadb1c293e9659f82a88b47245eadb869e022f (patch) | |
tree | 072db7580371865eb574666bff37cbf30cb3babb /etc | |
parent | feb4bd7d94ee5ccd6451a3705e7768364a16feac (diff) |
systemd logind.conf, no suspend when close lid with external power
Diffstat (limited to 'etc')
-rw-r--r-- | etc/systemd/logind.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/systemd/logind.conf b/etc/systemd/logind.conf index c004d349..37993e57 100644 --- a/etc/systemd/logind.conf +++ b/etc/systemd/logind.conf @@ -31,7 +31,7 @@ #HandleHibernateKey=hibernate #HandleHibernateKeyLongPress=ignore #HandleLidSwitch=suspend -#HandleLidSwitchExternalPower=suspend +HandleLidSwitchExternalPower=ignore #HandleLidSwitchDocked=ignore #PowerKeyIgnoreInhibited=no #SuspendKeyIgnoreInhibited=no |