
xcursorgen
List of commands for xcursorgen:
-
xcursorgen:tldr:5700d xcursorgen: Create an X cursor file using a config file and write the output to `stdout`.$ xcursorgen ${path-to-config-cursor}try on your machineexplain this command
-
xcursorgen:tldr:7c83f xcursorgen: 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}try on your machineexplain this command
-
xcursorgen:tldr:90962 xcursorgen: Create an X cursor file using a config file.$ xcursorgen ${path-to-config-cursor} ${path-to-output_file}try on your machineexplain this command