i3ipc-rs icon indicating copy to clipboard operation
i3ipc-rs copied to clipboard

Add Option<pid> field to Node

Open cjbassi opened this issue 5 years ago • 3 comments

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

cjbassi avatar Apr 24 '19 21:04 cjbassi

This should be behind the #[cfg(feature = "sway-1-1")] feature guard as the recently added output parsing support.

Emantor avatar Nov 18 '19 09:11 Emantor

Fixed per @Emantor's suggestions.

cjbassi avatar Jan 19 '20 17:01 cjbassi

Any chance of getting this in @tmerr ?

sanga avatar Mar 15 '20 07:03 sanga