mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 10:55:50 +00:00
Update cheatsheets
This commit is contained in:
22
linux/xcursorgen
Normal file
22
linux/xcursorgen
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user