mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2026-06-11 10:23:19 +00:00
Add stairs patch
This commit is contained in:
committed by
JustinWayland
parent
f85897237a
commit
348dc2ed33
@@ -0,0 +1,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)
|
||||
Reference in New Issue
Block a user