C4FE1 b2c87f505f Add dwindle layout patch
Add dwindle layout patch

Adding config.def.h keybinding

Adding config.def.h keybinding
2026-03-30 01:20:11 +02: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