From c7dd28e2f5fba3f1d38699d775d2d617c4a2ad44 Mon Sep 17 00:00:00 2001 From: Dmitry Zakharchenko <82608185+dm1tz@users.noreply.github.com> Date: Sun, 4 Sep 2022 11:18:10 +0300 Subject: [PATCH] Created bottomstack (markdown) --- bottomstack.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bottomstack.md diff --git a/bottomstack.md b/bottomstack.md new file mode 100644 index 0000000..8cffc1d --- /dev/null +++ b/bottomstack.md @@ -0,0 +1,19 @@ +### Description +bstack and bstackhoriz are two stack layouts for dwl. +### Scheme +``` +bstack (TTT) bstackhoriz (===) ++-----------------+ +-----------------+ +| | | | +| | | | +| | | | ++-----+-----+-----+ +-----------------+ +| | | | +-----------------+ +| | | | +-----------------+ ++-----+-----+-----+ +-----------------+ +``` +### Download +- [2021-10-06](https://github.com/djpohly/dwl/compare/main...DanielMowitz:bottomstack.patch) + +### Authors +- [DanielMowitz](https://github.com/DanielMowitz) \ No newline at end of file