reintroduce bottomstack

This commit is contained in:
wochap
2024-03-08 13:21:09 -05:00
committed by A Frederick Christensen
parent aa514bf28e
commit 12b0902ef2
2 changed files with 185 additions and 27 deletions
-27
View File
@@ -1,27 +0,0 @@
### Description
bstack and bstackhoriz are two stack layouts for dwl.
### Scheme
```
bstack (TTT) bstackhoriz (===)
+-----------------+ +-----------------+
| | | |
| | | |
| | | |
+-----+-----+-----+ +-----------------+
| | | | +-----------------+
| | | | +-----------------+
+-----+-----+-----+ +-----------------+
```
### Changelog
2023-11-24:
- Remove gaps between windows.
### Download
- [2023-11-24](https://github.com/djpohly/dwl/compare/main...wochap:bottomstack.patch)
- [2023-06-21](https://github.com/djpohly/dwl/compare/main...Abanoub8:bottomstack.patch)
- [2021-10-06](https://github.com/djpohly/dwl/compare/main...DanielMowitz:bottomstack.patch)
### Authors
- [DanielMowitz](https://github.com/DanielMowitz)
- [Abanoub8](https://github.com/Abanoub8)