aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/debug
diff options
context:
space:
mode:
authorYavor Kolev <[email protected]>2022-08-08 13:51:08 -0700
committerGitHub <[email protected]>2022-08-08 13:51:08 -0700
commit6d788f0fc9dd74e17342cdd024e4cc265e7ded9f (patch)
tree317a3c7430c6b68547ff9ff0562b0b7b9322d18e /src/debug
parentd460519c302252c1b9e82b546ec3a1aabcd87ce9 (diff)
parentab6a62f0fd7f2e7e80bb7046020a4de8dbf0bcfc (diff)
downloadHyprland-6d788f0fc9dd74e17342cdd024e4cc265e7ded9f.tar.gz
Hyprland-6d788f0fc9dd74e17342cdd024e4cc265e7ded9f.zip
Merge branch 'main' into fix-active-window-json-bools
Diffstat (limited to 'src/debug')
-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 cd91955e..61311c89 100644
--- a/src/debug/HyprCtl.cpp
+++ b/src/debug/HyprCtl.cpp
@@ -169,12 +169,12 @@ R"#({
"id": %i,
"name": "%s"
},
- "floating": %s,
+ "floating": %i,
"monitor": %i,
"class": "%s",
"title": "%s",
"pid": %i,
- "xwayland": %s
+ "xwayland": %i
})#",
PWINDOW,
(int)PWINDOW->m_vRealPosition.vec().x, (int)PWINDOW->m_vRealPosition.vec().y,