blob: 403a2766b6ae2278e5c07853b41a7cb720ddc8bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
### Description
Port of the [stairs](https://dwm.suckless.org/patches/stairs/) patch from dwm.
The remaining text is from the description on the dwm site:
This layout can be modified using the 3 variables provided in config.h: stairpx, stairdirection and stairsamesize.
```
+-------------+--------+----------------+
| | | |
| | +--| S1 |
| | |S2| |
| | +--| | |
| | |S3| | |
| M |--| | +----------------+
| |S4| | | |
| | | +-----------------+ |
| | | | |
| | +------------------+ |
| | | |
+-------------+-------------------+-----+
stairsamesize = 1
+-------------+--------+----------------+
| | | |
| | +--| S1 |
| | |S2| |
| | +--| | |
| | |S3| | |
| M |--| | | |
| |S4| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+-------------+--+--+--+----------------+
stairsamesize = 0
```
### Download
- [0.7](/dwl/dwl-patches/raw/branch/main/patches/stairs/stairs.patch)
### Authors
- [MayOrMayNotBeACat](https://codeberg.org/MayOrMayNotBeACat)
|