From af9d34ab774f69f31cbd68096b4f376e2270caad Mon Sep 17 00:00:00 2001 From: Yavor Kolev Date: Mon, 8 Aug 2022 16:22:55 -0700 Subject: [PATCH] Fix my idiotic mistake (#502) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When resolving conflicts i accepted the old changes 👨🏻🔫 --- src/debug/HyprCtl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/debug/HyprCtl.cpp b/src/debug/HyprCtl.cpp index 61311c89d..cd91955e9 100644 --- a/src/debug/HyprCtl.cpp +++ b/src/debug/HyprCtl.cpp @@ -169,12 +169,12 @@ R"#({ "id": %i, "name": "%s" }, - "floating": %i, + "floating": %s, "monitor": %i, "class": "%s", "title": "%s", "pid": %i, - "xwayland": %i + "xwayland": %s })#", PWINDOW, (int)PWINDOW->m_vRealPosition.vec().x, (int)PWINDOW->m_vRealPosition.vec().y,