Repaired login cmd in caelestia

This commit is contained in:
Tomas Rivera
2026-04-18 14:12:26 +02:00
parent 4ada4c9121
commit 99fe60b43c
5 changed files with 29 additions and 5 deletions
+1 -1
View File
@@ -432,7 +432,7 @@ in {
reboot = "cached";
};
commands = {
logout = ["loginctl" "terminate-user"];
logout = ["hyprctl" "dispatch exit"];
shutdown = ["systemctl" "poweroff"];
hibernate = ["systemctl" "hibernate"];
reboot = ["systemctl" "reboot"];