From 1935375f889636254e57c85a2f435becc0051c91 Mon Sep 17 00:00:00 2001 From: MyDrift Date: Thu, 26 Jun 2025 20:27:41 +0200 Subject: [PATCH] add T3Sleep Toggle (#3434) --- config/tweaks.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/config/tweaks.json b/config/tweaks.json index e8ec87f4..2a24466e 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -3744,6 +3744,24 @@ ], "link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/detailedbsod" }, + "WPFToggleS3Sleep": { + "Content": "S3 Sleep", + "Description": "Toggles between Modern Standby and S3 sleep.", + "category": "Customize Preferences", + "panel": "2", + "Order": "a206_", + "Type": "Toggle", + "registry": [ + { + "Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Power", + "Name": "PlatformAoAcOverride", + "Value": "0", + "OriginalValue": "", + "DefaultState": "false", + "Type": "DWord" + } + ] + }, "WPFOOSUbutton": { "Content": "Run OO Shutup 10", "category": "z__Advanced Tweaks - CAUTION",