Trevor Merrifield

Results 5 comments of Trevor Merrifield

Hi, these properties are undocumented. I think it's best that we respect the documentation here: https://i3wm.org/docs/ipc.html#_tree_reply > While the nodes might have more properties, please do not use any properties...

Hi, I'd prefer to honor https://i3wm.org/docs/ipc.html#_tree_reply > While the nodes might have more properties, please do not use any properties which are not documented here. They are not yet finalized...

I think the solution would be similar to the example in https://github.com/tmerr/i3ipc-rs/issues/29, but you would stop the recursion short once `Node.nodetype == NodeType::Workspace`. I agree this is harder than it...

Only one node in the tree has `focused` set to `true`. You can walk from the root of the tree toward it using the method is showed. The steps look...

Is i3 running? The tests depend on it. It sounds like it's failing around here https://github.com/tmerr/i3ipc-rs/blob/master/src/lib.rs#L108-L132