index.md (673B)
1 columns 2 ======= 3 4 Description 5 ----------- 6 This patch adds an extra layout to dwm called `col` in which the windows in the 7 master area are arranged in colums of equal size. The number of columns is 8 always nmaster + 1, and the last column is a stack of leftover windows just 9 like the normal tile layout. It effectively acts like the default tiling mode, 10 except provides for vertical instead of horizontal master windows. 11 12 Download 13 -------- 14 * [dwm-columns-6.0.diff](dwm-columns-6.0.diff) 15 * [dwm-columns-6.2.diff](dwm-columns-6.2.diff) 16 17 Author 18 ------ 19 * Evan Gates (emg)<evan.gates@gmail.com> 20 * Noah Rosser <noah.rosser@gmail.com> 21 * Louis Bettens <louis@bettens.info> (6.2 port)