diff --git a/src/debug/HyprCtl.cpp b/src/debug/HyprCtl.cpp index 5e28b96e..c0d0463b 100644 --- a/src/debug/HyprCtl.cpp +++ b/src/debug/HyprCtl.cpp @@ -157,7 +157,7 @@ std::string activeWindowRequest(HyprCtl::eHyprCtlOutputFormat format) { const auto PWINDOW = g_pCompositor->m_pLastWindow; if (!g_pCompositor->windowValidMapped(PWINDOW)) - return "Invalid"; + return format == HyprCtl::FORMAT_JSON ? "{}" : "Invalid"; if (format == HyprCtl::FORMAT_JSON) { return getFormat(