From 76e3368f3ed9b7f3fae205b114821f0f92c7d060 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 18 Feb 2026 21:44:48 +0100 Subject: [PATCH] lock instead of logout Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- home/system/caelestia-shell/launcher.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/system/caelestia-shell/launcher.nix b/home/system/caelestia-shell/launcher.nix index 149f59a..8a51316 100644 --- a/home/system/caelestia-shell/launcher.nix +++ b/home/system/caelestia-shell/launcher.nix @@ -1,8 +1,8 @@ { programs.caelestia.settings = { session.commands = { - logout = ["loginctl" "terminate-user" ""]; shutdown = ["systemctl" "poweroff"]; + logout = ["loginctl" "lock-session"]; hibernate = ["systemctl" "hibernate"]; reboot = ["systemctl" "reboot"]; };