aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYavor Kolev <[email protected]>2022-08-08 16:22:55 -0700
committerGitHub <[email protected]>2022-08-09 02:22:55 +0300
commitaf9d34ab774f69f31cbd68096b4f376e2270caad (patch)
tree9c30fd1496cd4f2fb21af8ae1a3d835198717027
parent2d33d4aebc535f17765fae27a998e5e1b4c3ca9c (diff)
downloadHyprland-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.cpp4
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,