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"]; };