diff --git a/arch-config/etc/greetd/config.toml b/arch-config/etc/greetd/config.toml new file mode 100644 index 00000000..fea36688 --- /dev/null +++ b/arch-config/etc/greetd/config.toml @@ -0,0 +1,9 @@ +[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"