diff --git a/src/debug/HyprCtl.cpp b/src/debug/HyprCtl.cpp index 1df8e443..1b6b07b2 100644 --- a/src/debug/HyprCtl.cpp +++ b/src/debug/HyprCtl.cpp @@ -142,7 +142,7 @@ R"#({ g_pCompositor->getWindowsOnWorkspace(w->m_iID), ((int)w->m_bHasFullscreenWindow == 1 ? "true" : "false"), PLASTW, - PLASTW ? PLASTW->m_szTitle.c_str() : "" + PLASTW ? escapeJSONStrings(PLASTW->m_szTitle).c_str() : "" ); }