index.md (1809B)
1 tilewide 2 ======== 3 4 Description 5 ----------- 6 `tilewide` is a stack layout for dwm. The `tilewide` layout is a variant of the standard `tile` layout. Windows added to the master area will be positioned side by side, instead of one on top of the other. This makes better use of screen space on ultra wide monitors. The stack area remains identical to the original `tile` layout. 7 8 tilewide ([][]=) tilewide ([][]=) 9 (1 window in master area) (2 windows in master area) 10 +-----------------+------+ +--------+--------+------+ 11 | | T1 | | | | T1 | 12 | +------+ | | +------+ 13 | M1 | T2 | | M1 | M2 | T2 | 14 | +------+ | | +------+ 15 | | T3 | | | | T3 | 16 +-----------------+------+ +--------+--------+------+ 17 18 By default, `tilewide` can be selected with [Alt]+[w]. 19 20 Download 21 -------- 22 * [dwm-tilewide-6.4.diff](dwm-tilewide-6.4.diff) 23 * [dwm-tilewide-6.3.diff](dwm-tilewide-6.3.diff) 24 25 Download for Users of Useless Gap 26 --------------------------------- 27 * [dwm-tilewide-6.4-for-uselessgap-20211119-58414bee958f2.diff](dwm-tilewide-6.4-for-uselessgap-20211119-58414bee958f2.diff) If you have already applied [dwm-uselessgap-20211119-58414bee958f2.diff](../uselessgap/dwm-uselessgap-20211119-58414bee958f2.diff), use this patch instead of either of the ones above. Applying this patch after [dwm-uselessgap-20211119-58414bee958f2.diff](../uselessgap/dwm-uselessgap-20211119-58414bee958f2.diff) will prevent the inner vertical gap between the master and stack being wider than the rest of the gaps in the `tilewide` layout. 28 29 Author 30 ------ 31 * John Urquhart Ferguson (sympodius) - <mail@sympodius.net>