System Grab Bag

View all TLDR pages from Linux (or from all pages)

xcursorgen

Create an X cursor file from a collection of PNGs. If --prefix is omitted, the image files must be located in the current working directory. More information: https://manned.org/xcursorgen.
  • Create an X cursor file using a config file:
    xcursorgen {{path/to/config.cursor}} {{path/to/output_file}}
  • Create an X cursor file using a config file and specify the path to the image files:
    xcursorgen --prefix {{path/to/image_directory/}} {{path/to/config.cursor}} {{path/to/output_file}}
  • Create an X cursor file using a config file and write the output to stdout:
    xcursorgen {{path/to/config.cursor}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.