ipc: fix current_workspace

This commit is contained in:
Michael Stapelberg
2010-11-21 22:12:34 +01:00
parent a71d782da9
commit fab8b84db7
3 changed files with 8 additions and 6 deletions

View File

@ -69,6 +69,7 @@ void tree_init() {
oc->name = strdup(output->name);
oc->type = CT_OUTPUT;
oc->rect = output->rect;
output->con = oc;
char *name;
asprintf(&name, "[i3 con] output %s", oc->name);