Introduction
Introduction Statistics Contact Development Disclaimer Help
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 [![Screenshot](st-customcursor.png)](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]>
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.