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