launcher: use standard logout command

This commit is contained in:
Tim Hämisch 2025-06-13 18:13:07 +02:00
parent 0bcee304e5
commit 818768e6bd

View file

@ -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 {