diff options
| author | Marcelo Lira <mlira@acumera.com> | 2025-03-07 00:41:38 -0300 |
|---|---|---|
| committer | Marcelo Lira <mlira@acumera.com> | 2025-03-19 20:35:19 -0300 |
| commit | 7343a15f123c78d7c29ff7a189798de689869026 (patch) | |
| tree | 462f4fbe3f17ee36c3adad2bc57531e2f8f371a7 /global-wayland/etc/greetd/config.toml | |
Diffstat (limited to 'global-wayland/etc/greetd/config.toml')
| -rw-r--r-- | global-wayland/etc/greetd/config.toml | 12 |
1 files changed, 12 insertions, 0 deletions
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" |
