index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (418B) | |
--- | |
1 themed_cursor | |
2 ============= | |
3 | |
4 Description | |
5 ----------- | |
6 Instead of a default X cursor, use the xterm cursor from your cursor | |
7 theme. | |
8 | |
9 Specifically, this replaces `XCreateFontCursor` with | |
10 `XcursorLibraryLoadCursor` which depends on libXcursor. This is | |
11 especially helpful on a HiDPI display. | |
12 | |
13 Download | |
14 -------- | |
15 | |
16 * [st-themed\_cursor-0.8.1.diff](st-themed_cursor-0.8.1.diff) | |
17 | |
18 Author | |
19 ------- | |
20 Jim Fowler <[email protected]> |