Open cjbassi opened 5 years ago
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.
#[cfg(feature = "sway-1-1")]
Fixed per @Emantor's suggestions.
Any chance of getting this in @tmerr ?
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