Change river start command to start-river
This commit is contained in:
parent
939f393a80
commit
5fc29ee567
2 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
vt = 7
|
vt = 7
|
||||||
|
|
||||||
[default_session]
|
[default_session]
|
||||||
command = "tuigreet --remember --time --issue --asterisks --cmd river"
|
command = "tuigreet --remember --time --issue --asterisks --cmd start-river"
|
||||||
user = "_greetd"
|
user = "_greetd"
|
||||||
|
|
||||||
[initial_session]
|
[initial_session]
|
||||||
command = "river"
|
command = "start-river"
|
||||||
user = "tileos"
|
user = "tileos"
|
||||||
|
|
|
@ -27,7 +27,7 @@ lb config noauto \
|
||||||
--binary-images iso-hybrid \
|
--binary-images iso-hybrid \
|
||||||
--iso-application "$NAME" \
|
--iso-application "$NAME" \
|
||||||
--iso-volume "$NAME" \
|
--iso-volume "$NAME" \
|
||||||
--firmware-chroot true \
|
--firmware-chroot false \
|
||||||
--zsync false \
|
--zsync false \
|
||||||
--security true \
|
--security true \
|
||||||
--updates true \
|
--updates true \
|
||||||
|
|
Loading…
Add table
Reference in a new issue