diff options
Diffstat (limited to 'dwl-patches/patches/deck/README.md')
-rw-r--r-- | dwl-patches/patches/deck/README.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dwl-patches/patches/deck/README.md b/dwl-patches/patches/deck/README.md new file mode 100644 index 0000000..419f7a4 --- /dev/null +++ b/dwl-patches/patches/deck/README.md @@ -0,0 +1,34 @@ +### Description +Adds a layout with a monocle layout for clients in the stack (port of the [deck layout for dwm](https://dwm.suckless.org/patches/deck/)); stacked clients are like a deck of cards (see below) + +``` +Tile: ++-----------------+--------+ +| | | +| | S1 | +| | | +| M +--------+ +| | | +| | S2 | +| | | ++-----------------+--------+ + +Deck: ++-----------------+--------+ +| | | +| | | +| | | +| M | S1 | +| | | +| | | +| | | ++-----------------+--------+ +``` + +### Download +- [git branch](https://codeberg.org/anabasis/dwl/src/branch/deck) +- [2024-05-10](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/deck/deck.patch) + +### Authors +- [anabasis](https://codeberg.org/anabasis) +- [Palanix](https://codeberg.org/Palanix) |