mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-09-09 20:54:50 +00:00
27 lines
948 B
Markdown
27 lines
948 B
Markdown
### 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) |