index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (1028B) | |
--- | |
1 nrowgrid | |
2 ======== | |
3 | |
4 Description | |
5 ----------- | |
6 This grid layout gives you the option of determining the row count, whic… | |
7 set by `nmaster + 1`. So except for giving you a customizable grid, you … | |
8 get the ability to show everything in one row, or in one column (`row = … | |
9 `row = client count`, respectively). When calculating the cell dimensions | |
10 utilization trackers are used to make sure all pixels are utilized. The … | |
11 is that no overlays or no gaps are present, but on the other side all ce… | |
12 not always of equal size. | |
13 | |
14 Example: splitting 2560 pixels into 6 cells gives you 2 cells with a wid… | |
15 426 pixels and 4 cells with a width of 427 pixels. No gaps, but not equa… | |
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 v… | |
19 split. If you don't like this feature set the FORCE\_VSPLIT to 0 in `con… | |
20 | |
21 Download | |
22 -------- | |
23 * [dwm-nrowgrid-6.1.diff](dwm-nrowgrid-6.1.diff) | |
24 | |
25 Authors | |
26 ------- | |
27 * Chris Noxz - <[email protected]> |