diff --git a/src/debug/HyprCtl.cpp b/src/debug/HyprCtl.cpp index ad2607af..be5cccb9 100644 --- a/src/debug/HyprCtl.cpp +++ b/src/debug/HyprCtl.cpp @@ -517,7 +517,7 @@ std::string animationsRequest(HyprCtl::eHyprCtlOutputFormat format) { ret.pop_back(); - ret += "]"; + ret += "]]"; } return ret;