diff --git a/users/aspen/system/system/modules/laptop.nix b/users/aspen/system/system/modules/laptop.nix index 489b6cbc0..89c880973 100644 --- a/users/aspen/system/system/modules/laptop.nix +++ b/users/aspen/system/system/modules/laptop.nix @@ -4,7 +4,7 @@ services.logind = { powerKey = "hibernate"; powerKeyLongPress = "poweroff"; - lidSwitch = "hybrid-sleep"; + lidSwitch = "suspend-then-hibernate"; lidSwitchExternalPower = "ignore"; }; @@ -18,5 +18,6 @@ services.upower = { enable = true; criticalPowerAction = "Hibernate"; + percentageAction = 3; }; }