Moongreet needs a Wayland compositor — greetd now starts Niri with a minimal greeter-only config (no keybinds, no gaps, auto-quit).
12 lines
354 B
TOML
12 lines
354 B
TOML
# ABOUTME: greetd-Konfiguration fuer Moonarch.
|
|
# ABOUTME: Startet Niri als Compositor fuer den Moongreet-Greeter.
|
|
|
|
[terminal]
|
|
vt = 1
|
|
|
|
[default_session]
|
|
# Moongreet braucht einen Wayland-Compositor — niri stellt diesen bereit.
|
|
# Siehe niri-greeter.kdl fuer die Compositor-Konfiguration.
|
|
command = "niri -c /etc/greetd/niri-greeter.kdl"
|
|
user = "greeter"
|