From ae2aedcc80743e0b9c05ebf2e9a33c7c1658366a Mon Sep 17 00:00:00 2001 From: PalanixYT Date: Sun, 9 Jul 2023 19:40:09 +0200 Subject: [PATCH] Created deck (markdown) --- deck.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 deck.md diff --git a/deck.md b/deck.md new file mode 100644 index 0000000..ed0878d --- /dev/null +++ b/deck.md @@ -0,0 +1,35 @@ +### Description +[deck](https://dwm.suckless.org/patches/deck/) is a port of the dwm-layout with the same name. It applies the monocle-layout to the clients in the stack. The master-client is still visible. The stacked clients are like a deck of cards, hence the name. + +### Scheme +``` +Showcase + +Tile : ++-----------------+--------+ +| | | +| | S1 | +| | | +| M +--------+ +| | | +| | S2 | +| | | ++-----------------+--------+ + +Deck : ++-----------------+--------+ +| | | +| | | +| | | +| M | S1 | +| | | +| | | +| | | ++-----------------+--------+ +``` + +### Download +- [2023-07-09](https://github.com/djpohly/dwl/compare/main...PalanixYT:deck.patch) + +### Authors +- [Palanix](https://github.com/PalanixYT) \ No newline at end of file