mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2026-03-22 08:51:31 +00:00
Adding config.def.h keybinding
This commit is contained in:
parent
10f6bb1ac5
commit
5a1ae8bb5a
@ -1,55 +0,0 @@
|
|||||||
### Description
|
|
||||||
Adds a dwindle (fibonacci-style) layout to dwl.
|
|
||||||
Windows are arranged by recursively splitting the remaining space,
|
|
||||||
alternating between horizontal and vertical splits
|
|
||||||
|
|
||||||
With two windows:
|
|
||||||
```
|
|
||||||
┌───────────────┬────────────────┐
|
|
||||||
│ │ │
|
|
||||||
│ │ │
|
|
||||||
│ │ │
|
|
||||||
│ │ │
|
|
||||||
│ │ │
|
|
||||||
│ │ │
|
|
||||||
│ │ │
|
|
||||||
│ │ │
|
|
||||||
│ │ │
|
|
||||||
└───────────────┴────────────────┘
|
|
||||||
```
|
|
||||||
|
|
||||||
With three windows:
|
|
||||||
```
|
|
||||||
┌───────────────┬────────────────┐
|
|
||||||
│ │ │
|
|
||||||
│ │ │
|
|
||||||
│ │ │
|
|
||||||
│ │ │
|
|
||||||
│ ├────────────────┤
|
|
||||||
│ │ │
|
|
||||||
│ │ │
|
|
||||||
│ │ │
|
|
||||||
│ │ │
|
|
||||||
└───────────────┴────────────────┘
|
|
||||||
```
|
|
||||||
|
|
||||||
With four windows:
|
|
||||||
```
|
|
||||||
┌───────────────┬─────────────────┐
|
|
||||||
│ │ │
|
|
||||||
│ │ │
|
|
||||||
│ │ │
|
|
||||||
│ │ │
|
|
||||||
│ ├────────┬────────┤
|
|
||||||
│ │ │ │
|
|
||||||
│ │ │ │
|
|
||||||
│ │ │ │
|
|
||||||
│ │ │ │
|
|
||||||
└───────────────┴────────┴────────┘
|
|
||||||
```
|
|
||||||
### Download
|
|
||||||
|
|
||||||
- [0.8](/dwl/dwl-patches/raw/branch/main/patches/dwindle/dwindle.patch)
|
|
||||||
|
|
||||||
### Authors
|
|
||||||
[cana cronica](https://codeberg.org/cana)
|
|
||||||
Loading…
x
Reference in New Issue
Block a user