aboutsummaryrefslogtreecommitdiff
path: root/docs/design/2026-07-02-file-manager-swallow-spec.org
Commit message (Collapse)AuthorAgeFilesLines
* docs(spec): swallow pattern reassigned — the file manager is dirvish, not ↵Craig Jennings2026-07-021-2/+12
| | | | | | nautilus Craig corrected the target: Super+F opens the dirvish popup (an Emacs frame), so the swallow belongs in elisp, where it's strictly better — Emacs launches the viewer, so a directly-spawned handler plus a process sentinel gives exact hide/restore and a failure notify, no window-event heuristics. Spec cancelled with the gio double-fork finding kept for reference; task closed as reassigned.
* 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.