tmerr / i3ipc-rs

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

Add marks to get_tree #57

Closed N-Parsons closed 4 years ago

N-Parsons commented 4 years ago

This PR adds the marks key to Node and get_tree. These represent a list of the marks applied to the specific node and have been implemented as a vector of strings (Vec<String>).

It looks like marks has been supported since before i3wm v4.11, since updates to the existing functionality were mentioned in the release notes.

N-Parsons commented 4 years ago

Forgot to check the existing pull requests, this has already been implemented by others and had PRs made (see #45 and #51).