Codebase list i3-gaps / e29cb16
Merge remote-tracking branch 'vanilla/next' into gaps-next Ingo Bürk 3 years ago
2 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
262262 windows are directly attached to one node inside i3’s layout tree, the
263263 workspace node. By default, the workspace node’s orientation is +horizontal+.
264264
265 Now you move one of these terminals down (+$mod+Shift+k+ by default). The
265 Now you move one of these terminals down (+$mod+Shift+j+ by default). The
266266 workspace node’s orientation will be changed to +vertical+. The terminal window
267267 you moved down is directly attached to the workspace and appears on the bottom
268268 of the screen. A new (horizontal) container was created to accommodate the
16201620 return;
16211621 }
16221622
1623 kick_tray_clients(output);
1624
16231625 draw_util_surface_free(xcb_connection, &(output->bar));
16241626 draw_util_surface_free(xcb_connection, &(output->buffer));
16251627 draw_util_surface_free(xcb_connection, &(output->statusline_buffer));
16271629 xcb_free_pixmap(xcb_connection, output->buffer.id);
16281630 xcb_free_pixmap(xcb_connection, output->statusline_buffer.id);
16291631 output->bar.id = XCB_NONE;
1630
1631 kick_tray_clients(output);
16321632 }
16331633
16341634 /* Strut partial tells i3 where to reserve space for i3bar. This is determined