index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (520B) | |
--- | |
1 customcursor | |
2 ============ | |
3 | |
4 Description | |
5 ----------- | |
6 This patch adds a constant named `CUSTOM_BLOCK` to `config.def.h`, | |
7 allowing you to replace the snowman cursor with a custom one. | |
8 | |
9 #### Example | |
10 | |
11 `static unsigned int cursorshape = 7;` | |
12 | |
13 `#define CUSTOM_BLOCK 0x003B /* semicolon (U+003B) */` | |
14 | |
15 [](st-customcursor.png) | |
16 | |
17 Download | |
18 -------- | |
19 * [st-customcursor-20250405-98610fc.diff](st-customcursor-20250405-98610… | |
20 | |
21 Authors | |
22 ------- | |
23 * Mertoalex Ashley - <[email protected]> |