Inherit workspace informat
This commit is contained in:
@@ -22,6 +22,9 @@ void dump_tree_container(const i3ipc::container_t& c, std::string& prefix) {
|
||||
std::cout << prefix << "current_border_width = " << c.current_border_width << std::endl;
|
||||
std::cout << prefix << "layout = \"" << c.layout_raw << "\"" << std::endl;
|
||||
std::cout << prefix << "percent = " << c.percent << std::endl;
|
||||
if (c.workspace.has_value()) {
|
||||
std::cout << prefix << "current_workspace = " << c.workspace.value() << std::endl;
|
||||
}
|
||||
if (c.urgent) {
|
||||
std::cout << prefix << "urgent" << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user