Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-26 | launcher: track workspaces by node | Ronan Pigott | |
This removes the need to rename the pid_workspaces when a workspace is renamed. It also opens the possibility of tracking other node types. Tracking containers would allow application to be placed correctly in the container tree even if the user has moved their focus elsewhere since it was launched. | |||
2022-11-26 | root: move the workspace matching code to its own file | Ronan Pigott | |
This removes the pid_workspace bits from tree/root before it gets too interesting. No functional change. |