index.md (856B)
1 horizontal grid 2 =============== 3 4 Description 5 ----------- 6 This patch is a variant of [gaplessgrid](../gaplessgrid/). It arranges 7 windows in a grid pattern in which every window is roughly the same size, 8 adjusted such that there are no gaps. However, this layout arranges the windows 9 in a horizontal grid, rather than a vertical grid. 10 11 Horizontal Grid Layout 12 ---------------------- 13 horizgrid (###) 14 +--------+--------+ 15 | | | 16 | | | 17 +-----+--+--+-----+ 18 | | | | 19 | | | | 20 +-----+-----+-----+ 21 22 gapless_grid 23 +--------+--------+ 24 | | | 25 | +--------+ 26 +--------+ | 27 | +--------+ 28 | | | 29 +--------+--------+ 30 31 Download 32 -------- 33 * [dwm-horizgrid-6.1.diff](dwm-horizgrid-6.1.diff) (20160108) 34 35 Authors 36 ------- 37 * Marshall Mason - `<marshallmason2@gmail.com>`