index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (1838B) | |
--- | |
1 stairs layout | |
2 ============= | |
3 | |
4 Description | |
5 ----------- | |
6 `stairs` is a dwm layout which is similar to [deck](/patches/deck), | |
7 but the clients in the stack area are arranged like stairs. | |
8 | |
9 This layout can be modified using the 3 variables provided in `config.h`: | |
10 `stairpx`, `stairdirection` and `stairsamesize`. | |
11 | |
12 If you have the [fullgaps](/patches/fullgaps) patch applied, | |
13 apply the `stairs-fullgaps` variant to get gaps. | |
14 | |
15 +-------------+--------+----------------+ | |
16 | | | | | |
17 | | +--| S1 | | |
18 | | |S2| | | |
19 | | +--| | | | |
20 | | |S3| | | | |
21 | M |--| | +----------------+ | |
22 | |S4| | | | | |
23 | | | +-----------------+ | | |
24 | | | | | | |
25 | | +------------------+ | | |
26 | | | | | |
27 +-------------+-------------------+-----+ | |
28 stairsamesize = 1 | |
29 | |
30 +-------------+--------+----------------+ | |
31 | | | | | |
32 | | +--| S1 | | |
33 | | |S2| | | |
34 | | +--| | | | |
35 | | |S3| | | | |
36 | M |--| | | | | |
37 | |S4| | | | | |
38 | | | | | | | |
39 | | | | | | | |
40 | | | | | | | |
41 | | | | | | | |
42 +-------------+--+--+--+----------------+ | |
43 stairsamesize = 0 | |
44 | |
45 Download | |
46 -------- | |
47 * [dwm-stairs-20220430-8b48e30.diff](dwm-stairs-20220430-8b48e30.diff) | |
48 * [dwm-stairs-fullgaps-20220430-8b48e30.diff](dwm-stairs-fullgaps-202204… | |
49 | |
50 Authors | |
51 ------- | |
52 * Ehsan Ghorbannezhad - <[email protected]> |