It seems greetd does not correctly parse multiline strings in config.toml
.
For example:
[terminal]
vt = 1
[default_session]
command = """
tuigreet \
--cmd river \
--power-shutdown systemctl poweroff \
--power-reboot systemctl reboot\
"""
user = "greeter"