From 5058312e47ccf3cd9e8937175eb5372d0aec5f7c Mon Sep 17 00:00:00 2001 From: Palanix Date: Thu, 15 Feb 2024 19:09:23 +0100 Subject: [PATCH] cfact --- cfact.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 cfact.md diff --git a/cfact.md b/cfact.md new file mode 100644 index 0000000..9746b6e --- /dev/null +++ b/cfact.md @@ -0,0 +1,21 @@ +### 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/cfact/cfact.patch) + +### Authors +- [Palanix](https://codeberg.org/Palanix)