-h, --help, --usage
Print the message you're reading now.
-v, --version
Current version of the program.
-d, --daemonINTERVAL [UNITS]
Fork off into the background. XStarfish will generate a pattern, sleep for INTERVALUNITS, then
repeat. Valid units are: seconds, minutes, hours, days, weeks. Seconds are the default interval.
-p, --pidfile
Creates a $HOME/.xstarfish* file containing the pid of the daemon if xstarfish is forking into the
background.0
--displayDISPLAY
Name of the target display.
-g, --geometryW[xH]
Size of desired image. If you omit the height, a square pattern WxW will be generated.
-o, --outfileFILE
Specify an output file. If you use this option, xstarfish will write a png file instead of setting
the X11 desktop.
-z, --zoomX[xY]
Zoom factor of image. If you omit the y-scale, a uniform zoom of XxX will be applied.
-s, --sizeSIZE
An approximate size in English. Valid size arguments are small, medium, large, full, and random.
Full size creates patterns the exact size of your display's default monitor. Small, medium, and
large are randomly sizes at appropriate fractions of the default monitor size. Random can be any
size from 64x64 up to the whole monitor. Size always overrides geometry.
-r, --randomSEED
Seed for rand() call - for debugging purposes.