sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (2295B)


      1 deck layout
      2 ===========
      3 
      4 Description
      5 -----------
      6 `deck` is a dwm-layout which is inspired by the TTWM window manager.
      7 It applies the monocle-layout to the clients in the stack.
      8 The master-client is still visible. The stacked clients are like
      9 a deck of cards, hence the name.
     10 
     11 deck-rmaster
     12 ------------
     13 The vanilla patch doesn't respect the master-area which is defined by
     14 the rmaster-patch. To make it work with the rmaster-patch apply the
     15 dwm-deck-rmaster patch on top of the dwm-deck patch.
     16 
     17 deck-tilegap
     18 ------------
     19 The vanilla patch doesn't work properly with patches which add gaps.
     20 This means that when the deck-layout is activated gaps are omitted.
     21 To make it work with the tilegap-patch apply the dwm-deck-tilegap patch
     22 on top of the dwm-deck patch.
     23 
     24 deck-double
     25 ------------
     26 This patch variant adds a layout function named doubledeck which is
     27 similar to the deck layout. However, rather then just creating a deck
     28 area in the stack; it also creates a deck area in the master area. This
     29 pairs nicely with the [bartabgroups](/patches/bartabgroups/) patch.
     30 
     31 Showcase
     32 --------
     33 
     34 	Tile :
     35 	+-----------------+--------+
     36 	|                 |        |
     37 	|                 |  S1    |
     38 	|                 |        |
     39 	|        M        +--------+
     40 	|                 |        |
     41 	|                 |   S2   |
     42 	|                 |        |
     43 	+-----------------+--------+
     44 
     45 	Deck :
     46 	+-----------------+--------+
     47 	|                 |        |
     48 	|                 |        |
     49 	|                 |        |
     50 	|        M        |   S1   |
     51 	|                 |        |
     52 	|                 |        |
     53 	|                 |        |
     54 	+-----------------+--------+
     55 
     56 Download
     57 --------
     58 * [dwm-deck-6.0.diff](dwm-deck-6.0.diff)
     59 * [dwm-deck-6.2.diff](dwm-deck-6.2.diff)
     60 * [dwm-deck-rmaster-6.1.diff](dwm-deck-rmaster-6.1.diff)
     61 * [dwm-deck-tilegap-6.1.diff](dwm-deck-tilegap-6.1.diff)
     62 * [dwm-deck-double-6.2.diff](dwm-deck-double-6.2.diff)
     63 * [dwm-deck-double-smartborders-6.2.diff](dwm-deck-double-smartborders-6.2.diff) : can be applied after [smartborders](/patches/smartborders/)
     64 
     65 Author
     66 ------
     67 * Jente Hidskes - `<jthidskes at outlook dot com>`
     68 * Joshua Haase - `<hahj87 at gmail dot com>`
     69 * Aleksandrs Stier
     70 * Miles Alan - `<m at milesalan dot com>` (deck double patch)
     71 * Jack Bird - `<jack.bird@dur.ac.uk>` (6.2 patch)