From 287f31329e7a16b42c3f20b9b7ecf3ec6adbc51d Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sat, 11 Feb 2023 20:54:32 +0000 Subject: [PATCH] fix json output in hyprctl animations --- src/debug/HyprCtl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;