18 lines
627 B
TOML
18 lines
627 B
TOML
# greetd config — Wayland-native cyberqueer greeter (ReGreet inside cage).
|
|
#
|
|
# Deployed to /etc/greetd/config.toml by
|
|
# setup/modules/optional-Modules/apps/greetd-regreet.sh.
|
|
#
|
|
# Replaces the LightDM/lightdm-gtk-greeter (Xorg) path: a wlroots greeter drives
|
|
# every monitor natively (no blank output) and hands input straight to the
|
|
# Wayland session — no Xorg→Wayland VT handover race.
|
|
|
|
[terminal]
|
|
# Own tty1 (the getty there is disabled by the greeter module).
|
|
vt = 1
|
|
|
|
[default_session]
|
|
# regreet-session.sh sets greeter env, then execs `cage -s -- regreet`.
|
|
command = "/etc/greetd/regreet-session.sh"
|
|
user = "greeter"
|