From 818768e6bda3c39bf214f51d39af7bea8bcffe2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A4misch?= Date: Fri, 13 Jun 2025 18:13:07 +0200 Subject: [PATCH] launcher: use standard logout command --- modules/launcher/Actions.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/launcher/Actions.qml b/modules/launcher/Actions.qml index 47607c35..d612cb07 100644 --- a/modules/launcher/Actions.qml +++ b/modules/launcher/Actions.qml @@ -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 {