mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 21:25:58 +01:00
Fix my idiotic mistake (#502)
When resolving conflicts i accepted the old changes 👨🏻🔫
This commit is contained in:
parent
2d33d4aebc
commit
af9d34ab77
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue