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-98610fc.diff) 20 21 Authors 22 ------- 23 * Mertoalex Ashley - <mertoalex+suckless@disroot.org>