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

A Rust library for controlling i3-wm through its IPC interface

Results 22 i3ipc-rs issues
Sort by recently updated
recently updated
newest added

Encode/decode using native endian instead of little endian. While we're at it, get rid of the `byteorder` dep now that https://doc.rust-lang.org/stable/std/primitive.i64.html#method.to_ne_bytes is available.

A Node.find_focused function would be nice. I wrote out an example in https://github.com/tmerr/i3ipc-rs/issues/29 but we have to remember to check floating_nodes too. An iterator across the entire tree might be...