mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
xcursorgen: add page (#5672)
This commit is contained in:
parent
87ff9cdefa
commit
3f17e72bf9
1 changed files with 17 additions and 0 deletions
17
pages/linux/xcursorgen.md
Normal file
17
pages/linux/xcursorgen.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# xcursorgen
|
||||
|
||||
> Create an X cursor file from a collection of PNG images.
|
||||
> If `--prefix` is omitted, the image files must be located in the current working directory.
|
||||
> More information: <https://manned.org/xcursorgen.1>.
|
||||
|
||||
- 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}}`
|
Loading…
Add table
Reference in a new issue