1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/xcursorgen.md
Vitor Henrique af35564618
pages*: do not use config abbreviation (#12118)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-25 10:59:16 +05:30

17 lines
658 B
Markdown

# 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 configuration file:
`xcursorgen {{path/to/config.cursor}} {{path/to/output_file}}`
- Create an X cursor file using a configuration 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 configuration file and write the output to `stdout`:
`xcursorgen {{path/to/config.cursor}}`