diff options
author | Leonard Kugis <leonard@kug.is> | 2025-05-23 11:41:09 +0000 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2025-05-23 11:41:09 +0000 |
commit | c70505d7c7b7b48600f273357694b56ccf5d2a15 (patch) | |
tree | 21c27ac6ffced8d6d904e35bdb39baa5d685d829 /dwl-patches/patches/mastercolumn/README.md | |
download | dotfiles-c70505d7c7b7b48600f273357694b56ccf5d2a15.tar.gz dotfiles-c70505d7c7b7b48600f273357694b56ccf5d2a15.tar.bz2 dotfiles-c70505d7c7b7b48600f273357694b56ccf5d2a15.zip |
Diffstat (limited to 'dwl-patches/patches/mastercolumn/README.md')
-rw-r--r-- | dwl-patches/patches/mastercolumn/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dwl-patches/patches/mastercolumn/README.md b/dwl-patches/patches/mastercolumn/README.md new file mode 100644 index 0000000..14db13c --- /dev/null +++ b/dwl-patches/patches/mastercolumn/README.md @@ -0,0 +1,16 @@ +### Description +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](/shivers/dwl/src/branch/mastercolumn) +- [0.7](/dwl/dwl-patches/raw/branch/main/patches/mastercolumn/mastercolumn.patch) + +##### `mastercolumn-gaps.patch` +- [git branch](/shivers/dwl/src/branch/mastercolumn-gaps) +- [0.7](/dwl/dwl-patches/raw/branch/main/patches/mastercolumn/mastercolumn-gaps.patch) + +### Authors +- [shivers](https://codeberg.org/shivers) |