Change river start command to start-river

This commit is contained in:
Aleksey Samoilov 2023-05-22 20:56:06 +04:00
parent 939f393a80
commit 5fc29ee567
2 changed files with 3 additions and 3 deletions

View file

@ -2,9 +2,9 @@
vt = 7
[default_session]
command = "tuigreet --remember --time --issue --asterisks --cmd river"
command = "tuigreet --remember --time --issue --asterisks --cmd start-river"
user = "_greetd"
[initial_session]
command = "river"
command = "start-river"
user = "tileos"

View file

@ -27,7 +27,7 @@ lb config noauto \
--binary-images iso-hybrid \
--iso-application "$NAME" \
--iso-volume "$NAME" \
--firmware-chroot true \
--firmware-chroot false \
--zsync false \
--security true \
--updates true \