diff options
author | Yavor Kolev <[email protected]> | 2022-08-08 16:22:55 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-09 02:22:55 +0300 |
commit | af9d34ab774f69f31cbd68096b4f376e2270caad (patch) | |
tree | 9c30fd1496cd4f2fb21af8ae1a3d835198717027 | |
parent | 2d33d4aebc535f17765fae27a998e5e1b4c3ca9c (diff) | |
download | Hyprland-af9d34ab774f69f31cbd68096b4f376e2270caad.tar.gz Hyprland-af9d34ab774f69f31cbd68096b4f376e2270caad.zip |
Fix my idiotic mistake (#502)
When resolving conflicts i accepted the old changes 👨🏻🔫
-rw-r--r-- | src/debug/HyprCtl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug/HyprCtl.cpp b/src/debug/HyprCtl.cpp index 61311c89..cd91955e 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, |