From 4005a55bf2415ae88784312b0dbfab46b27e7ea1 Mon Sep 17 00:00:00 2001 From: bbedward Date: Mon, 5 Jan 2026 09:11:19 -0500 Subject: [PATCH] session: blockLoading true --- quickshell/Common/SessionData.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quickshell/Common/SessionData.qml b/quickshell/Common/SessionData.qml index 8b945515..e9cc8c32 100644 --- a/quickshell/Common/SessionData.qml +++ b/quickshell/Common/SessionData.qml @@ -945,8 +945,9 @@ Singleton { id: settingsFile path: isGreeterMode ? "" : StandardPaths.writableLocation(StandardPaths.GenericStateLocation) + "/DankMaterialShell/session.json" - blockLoading: isGreeterMode + blockLoading: true blockWrites: true + atomicWrites: true watchChanges: !isGreeterMode onLoaded: { if (!isGreeterMode) {