1XCURSORGEN(1) General Commands Manual XCURSORGEN(1)
2
3
4
6 xcursorgen - create an X cursor file from a collection of PNG images
7
9 xcursorgen [config-file] [output-file]
10
12 Xcursorgen reads the config-file to find the list of cursor images
13 along with their hotspot and nominal size information. Xcursorgen con‐
14 verts all of the images to Xcursor format and writes them to the out‐
15 put-file.
16
17 Each line in the config file is of the form:
18 <size> <xhot> <yhot> <filename> <ms-delay>
19
20 Multiple images with the same <size> are used to create animated cur‐
21 sors, the <ms-delay> value on each line indicates how long each image
22 should be displayed before switching to the next. <ms-delay> can be
23 elided for static cursors.
24
26 Xcursor(3x)
27
28
29
30 XCURSORGEN(1)