1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

idle: remove lock before suspend, manually triggered

- depend on our dbus service telling us to lock
This commit is contained in:
bbedward
2025-10-16 13:52:09 -04:00
parent 30ca1fb14f
commit 5c81646397

View File

@@ -192,14 +192,6 @@ Singleton {
}
function suspend() {
if (SettingsData.lockBeforeSuspend) {
DMSService.lockSession(response => {
if (response.error) {
console.warn("Lock: Failed to call loginctl.lock:", response.error)
}
})
}
if (SettingsData.customPowerActionSuspend.length === 0) {
Quickshell.execDetached([isElogind ? "loginctl" : "systemctl", "suspend"])
} else {