[st][patches][customcursor] Fixed index.md - sites - public wiki contents of su… | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
commit 29708495f13129543af659cc96aca71b1611c532 | |
parent afde5c5157cb2bcad278a049e1040298ec51f50e | |
Author: elbachir-one <[email protected]> | |
Date: Mon, 7 Apr 2025 01:42:03 +0100 | |
[st][patches][customcursor] Fixed index.md | |
Diffstat: | |
M st.suckless.org/patches/customcurs… | 8 ++++---- | |
1 file changed, 4 insertions(+), 4 deletions(-) | |
--- | |
diff --git a/st.suckless.org/patches/customcursor/index.md b/st.suckless.org/pa… | |
@@ -3,16 +3,16 @@ customcursor | |
Description | |
----------- | |
-This patch adds a constant value called `CUSTOM_BLOCK` to config.def.h to chan… | |
+This patch adds a constant named `CUSTOM_BLOCK` to `config.def.h`, | |
+allowing you to replace the snowman cursor with a custom one. | |
+#### Example | |
-Example | |
-------- | |
`static unsigned int cursorshape = 7;` | |
`#define CUSTOM_BLOCK 0x003B /* semicolon (U+003B) */` | |
-[](st-customcursor.png) | |
+[](st-customcursor.png) | |
Download | |
-------- |