tmerr / i3ipc-rs

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

Implement `focus` in TREE reply #15

Closed tmerr closed 6 years ago

tmerr commented 7 years ago

https://github.com/i3/i3/commit/5062dd61bc991988a146f298f4b8ed4ea81290a8 documented a few keys in the TREE reply that have been there all along: nodes, floating_nodes, and focus, of which focus is the only one that we have yet to implement.