mirror of
https://github.com/i3/i3.git
synced 2026-02-04 16:15:37 +00:00
Merge branch 'fix-ipc-name'
This commit is contained in:
@ -243,7 +243,10 @@ void dump_node(yajl_gen gen, struct Con *con, bool inplace_restart) {
|
||||
dump_rect(gen, "geometry", con->geometry);
|
||||
|
||||
ystr("name");
|
||||
ystr(con->name);
|
||||
if (con->window && con->window->name_json)
|
||||
ystr(con->window->name_json);
|
||||
else
|
||||
ystr(con->name);
|
||||
|
||||
if (con->type == CT_WORKSPACE) {
|
||||
ystr("num");
|
||||
|
||||
Reference in New Issue
Block a user