From 3f17e72bf9efe500796a49474586ab01917874ad Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Sun, 11 Apr 2021 17:00:51 +0200 Subject: [PATCH] xcursorgen: add page (#5672) --- pages/linux/xcursorgen.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pages/linux/xcursorgen.md diff --git a/pages/linux/xcursorgen.md b/pages/linux/xcursorgen.md new file mode 100644 index 000000000..2c7bfba21 --- /dev/null +++ b/pages/linux/xcursorgen.md @@ -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: . + +- 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}}`