preseed/desktop/config.toml
2025-12-27 15:25:20 +01:00

20 lines
601 B
TOML
Executable file

[terminal]
# The VT to run the greeter on. Can be "next", "current" or a number
# designating the VT.
vt = 1
# The default session, also known as the greeter.
[default_session]
# with whatever you want started, such as `sway`.
command = "sway --config /etc/kiosk-setting/sway/config"
# if using wlgreet
#command = "sway --config /etc/greetd/sway-config"
# The user to run the command as. The privileges this user must have depends
# on the greeter. A graphical greeter may for example require the user to be
# in the `video` group.
user = "kiosk"
[initial_session]
command = "sway'"
user = "kiosk"