mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-10 09:05:58 +01:00
wrap lastwindow in quotes in hyprctl json
This commit is contained in:
parent
16f1d1b99b
commit
f002bd1603
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ R"#({
|
||||||
"monitor": "%s",
|
"monitor": "%s",
|
||||||
"windows": %i,
|
"windows": %i,
|
||||||
"hasfullscreen": %s,
|
"hasfullscreen": %s,
|
||||||
"lastwindow": %x,
|
"lastwindow": "%x",
|
||||||
"lastwindowtitle": "%s"
|
"lastwindowtitle": "%s"
|
||||||
},)#",
|
},)#",
|
||||||
w->m_iID,
|
w->m_iID,
|
||||||
|
|
Loading…
Reference in a new issue