mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-09-08 20:24:51 +00:00

Eliminated wiki. Individual patches have a README.md explanation in their own subdirectory. Simplified submission of new patches and maintenance of existing patches. Instructions page (README.md autodisplayed) is now at https://codeberg.org/dwl/dwl-patches/
22 lines
625 B
Markdown
22 lines
625 B
Markdown
### Description
|
|
A port of the [dwm cfacts patch](https://dwm.suckless.org/patches/cfacts/) (with the limits removed)
|
|
|
|
Clients with higher weight are allocated more space!
|
|
```
|
|
+---------------------+
|
|
| | 0.5 |
|
|
| 1.0 +----------+
|
|
+----------+ |
|
|
| | 1.0 |
|
|
| +----------+
|
|
| 2.0 | |
|
|
| | 1.0 |
|
|
+----------+----------+`
|
|
```
|
|
### Download
|
|
- [git branch](https://codeberg.org/Palanix/dwl/src/branch/cfact)
|
|
- [2024-02-15](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/cfact/cfact.patch)
|
|
|
|
### Authors
|
|
- [Palanix](https://codeberg.org/Palanix)
|