update readme to new guidelines, rebase patches onto 0.7

This commit is contained in:
moe
2024-08-10 16:07:55 -04:00
parent 942967d7a1
commit 67cf08d27f
2 changed files with 15 additions and 14 deletions
+5 -5
View File
@@ -1,16 +1,16 @@
### Description
This patch adds an extra layout to dwl called `mastercol` in which the windows in the master area are arranged in columns of equal size. The number of columns is always nmaster + 1, and the last column is a stack of leftover windows just like the normal tile layout. It effectively acts like the default tiling mode, except provides for vertical instead of horizontal master windows.
This patch adds a layout, `mastercol`, in which the windows in the master area are arranged in columns of equal size. The number of columns is always nmaster + 1, and the last column is a stack of leftover windows (as in the normal tile layout). It effectively differs from the default tile layout only in that master windows are arranged horizontally rather than vertically.
For gaps, apply `mastercolumn-gaps.patch` on top of `mastercolumn.patch` and `gaps.patch`.
### Download
##### `mastercolumn.patch`
- [git branch](https://codeberg.org/dsst/dwl/src/branch/mastercolumn)
- [2024-07-13](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/mastercolumn/mastercolumn.patch)
- [git branch](/dsst/dwl/src/branch/mastercolumn)
- [0.7](/dwl/dwl-patches/raw/branch/main/patches/mastercolumn/mastercolumn.patch)
##### `mastercolumn-gaps.patch`
- [git branch](https://codeberg.org/dsst/dwl/src/branch/mastercolumn-gaps)
- [2024-07-16](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/mastercolumn/mastercolumn-gaps.patch)
- [git branch](/dsst/dwl/src/branch/mastercolumn-gaps)
- [0.7](/dwl/dwl-patches/raw/branch/main/patches/mastercolumn/mastercolumn-gaps.patch)
### Authors
- [dsst](https://codeberg.org/dsst)