commit
2b368a5310
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ Column {
|
||||||
id: logout
|
id: logout
|
||||||
|
|
||||||
icon: "logout"
|
icon: "logout"
|
||||||
command: ["sh", "-c", "uwsm stop || loginctl terminate-session $XDG_SESSION_ID"]
|
command: ["sh", "-c", "(uwsm stop | grep -q 'Compositor is not running' && loginctl terminate-user $USER) || uwsm stop"]
|
||||||
|
|
||||||
KeyNavigation.down: shutdown
|
KeyNavigation.down: shutdown
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue