configs/arch-config/etc/greetd/config.toml
2023-11-17 15:25:52 +01:00

10 lines
287 B
TOML

[terminal]
# The VT to run the greeter on. Can be "next", "current" or a number designating the VT.
vt = 7
[default_session]
command = "sway --config /etc/greetd/sway-config"
# The user to run the command as. A graphical greeter requires the "video" group for example
user = "greeter"