launcher: use standard logout command
This commit is contained in:
parent
0bcee304e5
commit
818768e6bd
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ Singleton {
|
|||
Process {
|
||||
id: logout
|
||||
|
||||
command: ["hyprctl", "dispatch", "exit", "1"]
|
||||
command: ["sh", "-c", "(uwsm stop | grep -q 'Compositor is not running' && loginctl terminate-user $USER) || uwsm stop"]
|
||||
}
|
||||
|
||||
Process {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue