i3ipc-rs
i3ipc-rs copied to clipboard
Add Option<pid> field to Node
Con and FloatingCon nodes in Swaywm have a pid field specifying the PID of the program running in the container.
edit: PID field added to Sway in this PR: https://github.com/swaywm/sway/pull/2676
This should be behind the #[cfg(feature = "sway-1-1")]
feature guard as the recently added output parsing support.
Fixed per @Emantor's suggestions.
Any chance of getting this in @tmerr ?