mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-15 03:55:46 -07:00
wrap lastwindow in quotes in hyprctl json
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user