From 818768e6bda3c39bf214f51d39af7bea8bcffe2d Mon Sep 17 00:00:00 2001 From: Tim Hämisch Date: Fri, 13 Jun 2025 18:13:07 +0200 Subject: launcher: use standard logout command --- modules/launcher/Actions.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/launcher/Actions.qml b/modules/launcher/Actions.qml index 47607c3..d612cb0 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 { -- cgit v1.2.3-freya