Enforce the repo convention that committed text is English. Translates ABOUTME headers, code comments, log/error messages, shell prompts, and documentation across all files. CLAUDE.md files remain in German per policy.
12 lines
340 B
TOML
12 lines
340 B
TOML
# ABOUTME: greetd configuration for Moonarch.
|
|
# ABOUTME: Starts Niri as Wayland compositor for the Moongreet greeter.
|
|
|
|
[terminal]
|
|
vt = 1
|
|
|
|
[default_session]
|
|
# Moongreet needs a Wayland compositor — Niri provides it.
|
|
# See niri-greeter.kdl for the compositor configuration.
|
|
command = "niri -c /etc/greetd/niri-greeter.kdl"
|
|
user = "greeter"
|