From 13c752644092de1017096b67a0c82ed6451419b0 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Tue, 11 Nov 2025 00:31:21 -0500 Subject: [PATCH] compat: update `hyprlock` flags --- config/Config.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/Config.qml b/config/Config.qml index 9050fa0..d8b9e22 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -128,7 +128,6 @@ Singleton { } readonly property QtObject notifs: QtObject { - readonly property bool expire: true readonly property int defaultExpireTimeout: 5000 readonly property real clearThreshold: 0.3 @@ -176,7 +175,7 @@ Singleton { readonly property real buttonSize: 64 property list logout: ["hyprctl", "dispatch", "exit"] - property list lock: ["hyprlock", "--immediate"] + property list lock: ["hyprlock"] property list suspend: ["systemctl", "suspend"] property list hibernate: ["systemctl", "suspend-then-hibernate"] property list sleep: suspend