Add bottomstack

wochap 2024-03-12 17:59:46 +00:00
parent cc1b3d7b88
commit 4a26b6f2ad

25
bottomstack.md Normal file

@ -0,0 +1,25 @@
### Description
bstack and bstackhoriz are two stack layouts for dwl.
### Scheme
```
bstack (TTT) bstackhoriz (===)
+-----------------+ +-----------------+
| | | |
| | | |
| | | |
+-----+-----+-----+ +-----------------+
| | | | +-----------------+
| | | | +-----------------+
+-----+-----+-----+ +-----------------+
```
### Download
- [git branch](https://codeberg.org/wochap/dwl/src/branch/v0.5/bottomstack)
- [2024-03-12](https://codeberg.org/dwl/dwl-patches/raw/branch/main/bottomstack/bottomstack.patch)
### Authors
- [wochap](https://codeberg.org/wochap)
- [DanielMowitz](https://github.com/DanielMowitz)
- [Abanoub8](https://github.com/Abanoub8)