From 2184bac2eaf172c097df97acbe9b149cc95cdc6e Mon Sep 17 00:00:00 2001 From: minego Date: Wed, 27 Mar 2024 18:41:31 +0000 Subject: [PATCH] Add varcol --- varcol.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 varcol.md diff --git a/varcol.md b/varcol.md new file mode 100644 index 0000000..d0cb16b --- /dev/null +++ b/varcol.md @@ -0,0 +1,15 @@ +### Description +A variable column layout. + +This layout behaves much the same as the `tile` layout, but adds key bindings that can be used to: +- Increase/decrease the number of non-master columns +- Increase/decrease the colfact to adjust the column spacing +- Push a client in or out of a special `left` column +- Toggle displaying the special `left` column + +### Download +- [git branch](https://codeberg.org/minego/dwl/src/branch/varcol) +- [2024-03-27](https://codeberg.org/dwl/dwl-patches/raw/branch/main/varcol/varcol.patch) + +### Authors +- [minego](https://codeberg.org/minego)