index.md (1028B)
1 nrowgrid 2 ======== 3 4 Description 5 ----------- 6 This grid layout gives you the option of determining the row count, which is 7 set by `nmaster + 1`. So except for giving you a customizable grid, you also 8 get the ability to show everything in one row, or in one column (`row = 1` and 9 `row = client count`, respectively). When calculating the cell dimensions 10 utilization trackers are used to make sure all pixels are utilized. The effect 11 is that no overlays or no gaps are present, but on the other side all cells are 12 not always of equal size. 13 14 Example: splitting 2560 pixels into 6 cells gives you 2 cells with a width of 15 426 pixels and 4 cells with a width of 427 pixels. No gaps, but not equal size, 16 an off trade I believe many would be comfortable with. 17 18 I personally want the presence of only 2 clients to always result in a vertical 19 split. If you don't like this feature set the FORCE\_VSPLIT to 0 in `config.h`. 20 21 Download 22 -------- 23 * [dwm-nrowgrid-6.1.diff](dwm-nrowgrid-6.1.diff) 24 25 Authors 26 ------- 27 * Chris Noxz - <chris@noxz.tech>