From 8dd90b016fc91adbe5d6b6f3fb13d470b8cdd5cf Mon Sep 17 00:00:00 2001 From: nevaforget Date: Fri, 7 Aug 2026 15:55:32 +0200 Subject: [PATCH] Document the session discovery paths --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dc92ee..fcaf33e 100644 --- a/README.md +++ b/README.md @@ -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 1000–65533) - **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)