From b2516010b7284486624fd5cf20f02699d3d5562c Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Wed, 6 Sep 2023 23:52:21 +0200 Subject: [PATCH] hyprctl: fix missing comma in getopt -j Fixes #3200 --- 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 b859845a..51dbe0ba 100644 --- a/src/debug/HyprCtl.cpp +++ b/src/debug/HyprCtl.cpp @@ -1046,7 +1046,7 @@ std::string dispatchGetOption(std::string request, HyprCtl::eHyprCtlOutputFormat R"#( {{ "option": "{}", - "int": {} + "int": {}, "float": {:.5f}, "str": "{}", "data": "0x{:x}"