hyprctl: adjust json case

should be camel
This commit is contained in:
Vaxry 2026-02-21 20:30:13 +00:00
parent 13dab66b1d
commit b9b1eda2ef
No known key found for this signature in database
GPG key ID: 665806380871D640

View file

@ -395,7 +395,7 @@ std::string CHyprCtl::getWindowData(PHLWINDOW w, eHyprCtlOutputFormat format) {
"xdgTag": "{}",
"xdgDescription": "{}",
"contentType": "{}",
"stable_id": "{:x}"
"stableId": "{:x}"
}},)#",
rc<uintptr_t>(w.get()), (w->m_isMapped ? "true" : "false"), (w->isHidden() ? "true" : "false"), sc<int>(w->m_realPosition->goal().x),
sc<int>(w->m_realPosition->goal().y), sc<int>(w->m_realSize->goal().x), sc<int>(w->m_realSize->goal().y), w->m_workspace ? w->workspaceID() : WORKSPACE_INVALID,