2024-05-11 02:59:40 +00:00

35 lines
1023 B
Markdown

### 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)