1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 15:32: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

@@ -318,9 +318,9 @@ Singleton {
property int batteryChargeLimit: 100
property bool lockBeforeSuspend: false
property bool loginctlLockIntegration: true
property bool fadeToLockEnabled: false
property bool fadeToLockEnabled: true
property int fadeToLockGracePeriod: 5
property bool fadeToDpmsEnabled: false
property bool fadeToDpmsEnabled: true
property int fadeToDpmsGracePeriod: 5
property string launchPrefix: ""
property var brightnessDevicePins: ({})