From 7f1ef4dc26b56eb60d095fe5f4dd125502071849 Mon Sep 17 00:00:00 2001 From: Palanix Date: Thu, 15 Feb 2024 19:08:42 +0100 Subject: [PATCH] Spelling mistake --- cfacts.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 cfacts.md diff --git a/cfacts.md b/cfacts.md deleted file mode 100644 index 9746b6e..0000000 --- a/cfacts.md +++ /dev/null @@ -1,21 +0,0 @@ -### 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)