compat: update hyprlock flags
This commit is contained in:
parent
6e1fb585e3
commit
13c7526440
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue