tmerr / i3ipc-rs

A Rust library for controlling i3-wm through its IPC interface
MIT License
106 stars 33 forks source link

support floating_nodes in TREE reply #14

Closed lincheney closed 7 years ago

lincheney commented 7 years ago

Adds in floating_nodes when calling get_tree(). Also gets used in the workspace event, but like nodes it will simply be empty.

tmerr commented 7 years ago

Thank you!