aboutsummaryrefslogtreecommitdiff
path: root/docs/design/2026-07-02-file-manager-swallow-spec.org
Commit message (Collapse)AuthorAgeFilesLines
* docs(spec): file-manager swallow pattern, native swallow ruled out by testCraig Jennings2026-07-021-0/+131
Hyprland's enable_swallow matches by PID ancestry, and nautilus's gio launch path orphans the handler process (verified live: the spawned viewer reparents to init while the launcher still runs). The spec designs an event-listener daemon on the IPC socket instead — swallow nautilus when a window opens while it's active, restore on that window's close. DRAFT with four decisions pending review.