From dd4d66baf33c734eb2b6f4a699aa32fe75994019 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 29 Jul 2022 15:35:48 +0200 Subject: [PATCH] Add greetd config --- arch-config/etc/greetd/config.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 arch-config/etc/greetd/config.toml 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"