2026-03-20 23:47:02 -03:00
..
2026-03-20 23:47:02 -03:00
2026-03-20 23:47:02 -03:00
2026-03-20 21:24:14 -03:00

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

Authors

cana cronica