Document the session discovery paths
Update PKGBUILD version / update-pkgver (push) Successful in 3s

This commit is contained in:
2026-08-07 15:55:32 +02:00
parent 95f9071987
commit 8dd90b016f
+1 -1
View File
@@ -8,7 +8,7 @@ Part of the Moonarch ecosystem.
- **greetd IPC** — Communicates via `$GREETD_SOCK` (length-prefixed JSON)
- **User list** — Parsed from `/etc/passwd` (UID 100065533)
- **Avatars** — AccountsService icons, `~/.face` fallback, default SVG with theme tinting
- **Sessions** — Discovered from `/usr/share/wayland-sessions/` and `/usr/share/xsessions/`
- **Sessions** — Discovered from `wayland-sessions/` and `xsessions/` in every `XDG_DATA_DIRS` entry, with `/usr/share` as fallback
- **Last user/session** — Remembered in `/var/cache/moongreet/`
- **Power actions** — Reboot / Shutdown via `loginctl`
- **Layer Shell** — Fullscreen via gtk4-layer-shell (TOP layer)