From 7343a15f123c78d7c29ff7a189798de689869026 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Fri, 7 Mar 2025 00:41:38 -0300 Subject: Initial commit. --- global-wayland/etc/greetd/config.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 global-wayland/etc/greetd/config.toml (limited to 'global-wayland/etc/greetd/config.toml') diff --git a/global-wayland/etc/greetd/config.toml b/global-wayland/etc/greetd/config.toml new file mode 100644 index 0000000..8e35d8d --- /dev/null +++ b/global-wayland/etc/greetd/config.toml @@ -0,0 +1,12 @@ +[terminal] +# The VT to run the greeter on. Can be "next", "current" or a number +# designating the VT. +vt = 1 + +[default_session] +command = "cage -s -- gtkgreet -l --style=/etc/greetd/gtkgreet.css" + +# 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 = "greeter" -- cgit v1.2.3