When you query the tree with I3Connection::get_tree(), you get access to most of the information about the nodes. However, you currently don't get access to the "window_properties" map. This map contains information such as the "class" of the window.
This PR Exposes the window_properties as a std::HashMap<String, String>.
When you query the tree with I3Connection::get_tree(), you get access to most of the information about the nodes. However, you currently don't get access to the "window_properties" map. This map contains information such as the "class" of the window.
This PR Exposes the window_properties as a std::HashMap<String, String>.