summaryrefslogtreecommitdiff
path: root/modules/launcher
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-19 18:42:15 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-19 18:42:15 +1000
commitf1ef177c9aaae24d5ffd1aedffdfa918cb96bd22 (patch)
tree897a3782c3b8a3a3e75aee25cf75ad419c4722d8 /modules/launcher
parentdashboard: fix media eliding (diff)
downloadcaelestia-shell-f1ef177c9aaae24d5ffd1aedffdfa918cb96bd22.tar.gz
caelestia-shell-f1ef177c9aaae24d5ffd1aedffdfa918cb96bd22.tar.bz2
caelestia-shell-f1ef177c9aaae24d5ffd1aedffdfa918cb96bd22.zip
session: fix logout button
And launcher logout action
Diffstat (limited to 'modules/launcher')
-rw-r--r--modules/launcher/Actions.qml2
1 files changed, 1 insertions, 1 deletions
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 {