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

18 lines
635 B
Markdown
Raw Normal View History

2021-04-11 17:00:51 +02:00
# xcursorgen
> Create an X cursor file from a collection of PNGs.
2021-04-11 17:00:51 +02:00
> If `--prefix` is omitted, the image files must be located in the current working directory.
> More information: <https://manned.org/xcursorgen>.
2021-04-11 17:00:51 +02:00
- 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}}`