We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26dc81a commit dfe121aCopy full SHA for dfe121a
src/ipc.cpp
@@ -242,8 +242,8 @@ std::vector<output_t> I3Connection::get_outputs() const {
242
outputs.push_back({
243
.name = name.asString(),
244
.active = active.asBool(),
245
- .rect = parse_rect_from_json(rect),
246
.current_workspace = (current_workspace.isNull() ? std::string() : current_workspace.asString()),
+ .rect = parse_rect_from_json(rect),
247
});
248
}
249
0 commit comments