mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-09-09 04:34:50 +00:00
27 lines
984 B
Markdown
27 lines
984 B
Markdown
### Description
|
|
Arranges windows in a Fibonacci spiral or dwindle.
|
|
|
|
### Scheme
|
|
```
|
|
+-----------+-----------+ +-----------+-----------+
|
|
| | | | | |
|
|
| | 2 | | | 2 |
|
|
| | | | | |
|
|
| 1 +--+--+-----+ | 1 +-----+-----+
|
|
| | 5|-.| | | | | 4 |
|
|
| +--+--+ 3 | | | 3 +--+--+
|
|
| | 4 | | | | | 5|-.|
|
|
+-----------+-----+-----+ +-----------+-----+-----+
|
|
spiral dwindle
|
|
```
|
|
|
|
### Download
|
|
- [2023-06-21](https://github.com/djpohly/dwl/compare/main...Abanoub8:fibonacci.patch)
|
|
- [2022-09-22](http://0x0.st/oVlu.patch)
|
|
- [2021-05-06](https://github.com/djpohly/dwl/compare/main...917Wolf:fib.patch)
|
|
|
|
### Authors
|
|
- [Abanoub8](https://github.com/Abanoub8)
|
|
- [medanisjbara](https://github.com/medanisjbara)
|
|
- [917Wolf](https://github.com/917Wolf)
|
|
- Niki Yoshiuchi |