mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-09-07 19:54:50 +00:00
35 lines
1023 B
Markdown
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)
|