Bugfix: Re-attach windows in correct order when switching layout (Thanks fernandotcl)
This commit is contained in:
@ -59,7 +59,7 @@ Con *workspace_get(const char *num) {
|
||||
else workspace->num = parsed_num;
|
||||
LOG("num = %d\n", workspace->num);
|
||||
workspace->orientation = HORIZ;
|
||||
con_attach(workspace, output);
|
||||
con_attach(workspace, output, false);
|
||||
|
||||
ipc_send_event("workspace", I3_IPC_EVENT_WORKSPACE, "{\"change\":\"init\"}");
|
||||
}
|
||||
|
Reference in New Issue
Block a user