We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955bd1f commit bbb03fdCopy full SHA for bbb03fd
wlogout/LogoutButton.qml
@@ -11,11 +11,10 @@ QtObject {
11
12
readonly property var process: Process {
13
command: ["sh", "-c", button.command]
14
- manageLifetime: false
15
}
16
17
function exec() {
18
- process.running = true;
+ process.startDetached();
19
Qt.quit();
20
21
wlogout/shell.qml
@@ -4,7 +4,7 @@ import Quickshell
4
ShellRoot {
5
WLogout {
6
LogoutButton {
7
- command: "loginctl lock-screen"
+ command: "loginctl lock-session"
8
keybind: Qt.Key_K
9
text: "Lock"
10
icon: "lock"
0 commit comments