1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-29 07:52:50 -05:00

settings: fade to lock and monitor off by default on

This commit is contained in:
bbedward
2026-01-07 21:31:12 -05:00
parent ccc7047be0
commit 7bc3d5910d
2 changed files with 4 additions and 4 deletions

View File

@@ -177,9 +177,9 @@ var SPEC = {
batteryChargeLimit: { def: 100 },
lockBeforeSuspend: { def: false },
loginctlLockIntegration: { def: true },
fadeToLockEnabled: { def: false },
fadeToLockEnabled: { def: true },
fadeToLockGracePeriod: { def: 5 },
fadeToDpmsEnabled: { def: false },
fadeToDpmsEnabled: { def: true },
fadeToDpmsGracePeriod: { def: 5 },
launchPrefix: { def: "" },
brightnessDevicePins: { def: {} },