mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 23:42:51 -05:00
settings: fade to lock and monitor off by default on
This commit is contained in:
@@ -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: {} },
|
||||
|
||||
Reference in New Issue
Block a user