compat: update hyprlock flags

This commit is contained in:
Kiana Sheibani 2025-11-11 00:31:21 -05:00
parent 6e1fb585e3
commit 13c7526440
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -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<string> logout: ["hyprctl", "dispatch", "exit"]
property list<string> lock: ["hyprlock", "--immediate"]
property list<string> lock: ["hyprlock"]
property list<string> suspend: ["systemctl", "suspend"]
property list<string> hibernate: ["systemctl", "suspend-then-hibernate"]
property list<string> sleep: suspend