mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 19: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",
|
||||
"windows": %i,
|
||||
"hasfullscreen": %s,
|
||||
"lastwindow": %x,
|
||||
"lastwindow": "%x",
|
||||
"lastwindowtitle": "%s"
|
||||
},)#",
|
||||
w->m_iID,
|
||||
|
|
Loading…
Reference in a new issue