hyprctl: adjust json case
should be camel
This commit is contained in:
parent
13dab66b1d
commit
b9b1eda2ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue