commit 3da6d4f79249d171dd2d5db7224f25ae2222db39 parent 29708495f13129543af659cc96aca71b1611c532 Author: elbachir-one <bachiralfa@gmail.com> Date: Mon, 7 Apr 2025 02:00:04 +0100 [st][patches][lesscases] * Fixed index.md * Changed the name of the patch Diffstat:
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/st.suckless.org/patches/lesscases/index.md b/st.suckless.org/patches/lesscases/index.md @@ -1,19 +1,20 @@ lesscases -============ +========= Description ----------- -If you ever looked `x.c` and `config.def.h`, you'll see that cursor shapes' numbers are not sequence in `config.def.h` and there's empty cases in `x.c`'s cursor drawer, that patch just deletes them and makes cursor shapes' numbers sequence. +If you ever look at `x.c` and `config.def.h`, you'll see that the cursor shape +numbers are not sequential in `config.def.h`, and there are empty cases in the +cursor drawing code in `x.c`. This patch simply removes the empty cases and makes +the cursor shape numbers sequential. Download -------- * [st-lesscases-20250404-98610fc.diff](st-lesscases-20250404-98610fc.diff) -With customcursor ------------------ -This patch isn't compatible with customcursor patch so i combined them so if you want to use customcursor with this patch, just use this: +This patch embeds the customcursor patch. -* [st-lesscasesandcustomcursortogether-20250405-98610fc.diff](st-lesscasesandcustomcursortogether-20250405-98610fc.diff) +* [st-lesscases-customcursor-20250405-98610fc.diff](st-lesscases-customcursor-20250405-98610fc.diff) Authors ------- diff --git a/st.suckless.org/patches/lesscases/st-lesscasesandcustomcursortogether-20250405-98610fc.diff b/st.suckless.org/patches/lesscases/st-lesscases-customcursor-20250405-98610fc.diff