From f1ef177c9aaae24d5ffd1aedffdfa918cb96bd22 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 19 Jun 2025 18:42:15 +1000 Subject: session: fix logout button And launcher logout action --- modules/launcher/Actions.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/launcher/Actions.qml') diff --git a/modules/launcher/Actions.qml b/modules/launcher/Actions.qml index 8df687b..da6f726 100644 --- a/modules/launcher/Actions.qml +++ b/modules/launcher/Actions.qml @@ -98,7 +98,7 @@ Singleton { function onClicked(list: AppList): void { list.visibilities.launcher = false; - Quickshell.execDetached(["sh", "-c", "(uwsm stop | grep -q 'Compositor is not running' && loginctl terminate-user $USER) || uwsm stop"]); + Quickshell.execDetached(["loginctl", "terminate-user", ""]); } }, Action { -- cgit v1.2.3-freya