diff options
author | Tobias Heider <tobhe@cvs.openbsd.org> | 2023-06-22 15:20:17 +0000 |
---|---|---|
committer | Tobias Heider <tobhe@cvs.openbsd.org> | 2023-06-22 15:20:17 +0000 |
commit | 3807f6703df99bf59a9a4064d1449922b1c39ad6 (patch) | |
tree | 1f8e905f36e007a6135f3df3c63e2aca6c86c6ea /etc | |
parent | 2427a0f3c26f003571b349f5d28a6b3e7d044d5a (diff) |
Add machdep.lidaction example. We support this on arm64 laptops now.
From Jan Stary
Ok patrick@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.arm64/sysctl.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/etc.arm64/sysctl.conf b/etc/etc.arm64/sysctl.conf index e69de29bb2d..a3f6e594cad 100644 --- a/etc/etc.arm64/sysctl.conf +++ b/etc/etc.arm64/sysctl.conf @@ -0,0 +1 @@ +#machdep.lidaction=0 # 1=suspend, 2=hibernate laptop upon lid closing |