[st][patches][lesscases] - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
commit 3da6d4f79249d171dd2d5db7224f25ae2222db39 | |
parent 29708495f13129543af659cc96aca71b1611c532 | |
Author: elbachir-one <[email protected]> | |
Date: Mon, 7 Apr 2025 02:00:04 +0100 | |
[st][patches][lesscases] | |
* Fixed index.md | |
* Changed the name of the patch | |
Diffstat: | |
M st.suckless.org/patches/lesscases/… | 13 +++++++------ | |
R st.suckless.org/patches/lesscases/… | 0 | |
2 files changed, 7 insertions(+), 6 deletions(-) | |
--- | |
diff --git a/st.suckless.org/patches/lesscases/index.md b/st.suckless.org/patch… | |
@@ -1,19 +1,20 @@ | |
lesscases | |
-============ | |
+========= | |
Description | |
----------- | |
-If you ever looked `x.c` and `config.def.h`, you'll see that cursor shapes' nu… | |
+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 ma… | |
+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 y… | |
+This patch embeds the customcursor patch. | |
-* [st-lesscasesandcustomcursortogether-20250405-98610fc.diff](st-lesscasesandc… | |
+* [st-lesscases-customcursor-20250405-98610fc.diff](st-lesscases-customcursor-… | |
Authors | |
------- | |
diff --git a/st.suckless.org/patches/lesscases/st-lesscasesandcustomcursortoget… |