C4FE1 ff57fb792f Add dwindle layout patch
Add dwindle layout patch

Adding config.def.h keybinding

Adding config.def.h keybinding
2026-03-23 14:28:20 -03:00

2.2 KiB

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