Bulldozer: Command Line Options
USAGE: dozer [options] [<HTML File>]
Options may be any of the following and are given in long and short form
separated by a comma. You may use either version:
- -background <color>, -bg <color>
- Background color for all windows.
- -bordercolor <color>, -bd <color>
- Border color for all windows with borders.
- -borderwidth <n> , -bw <n>
- Sets the window border width for some of the windows. <n> is an
integer greater than or equal to zero.
- -display <display>
- Sets the X display on which Bulldozer should appear.
- -foreground <color>, -fg <color>
- Sets the foreground color for all text and the default foreground for the
text in the display area.
- -font <font>, -fn <font>
- Sets the font to use for everthing not display withing the display area.
Currently this can only be set in the application defaults file.
- -fontsize <size>, -fs <size>
- Sets the default size of the font in the display area. Values for
<size> may be small, medium, large, huge.
- -geometry <geom>, -geom <geom>
- Sets the size and position of the main window. The format of <geom>
is WxH(+|-)X(+|-)Y. Where W represents width, H represents Height, X
represents the x position, Y represents the y position. A '+' before the X or
Y position indicated the position is relative to the upper left corner. A '-'
indicates the position is relative to the lower right.
- -name <s>
- Sets the name of the application to s. This name may be used in
applications defaults files such as .Xdefaults to specify the application. The
default is Dozer.
- -synchronous
- Turns on synchronous debug mode for sending and receiving x events.
- +synchronous
- Turns off synchronous debug mode.
- -xrm<resource> <value>
- Allows any resource found the the application defaults file to be set on
the command line. The applications defaults file that comes with the package
can be found in $BULLDOZERLIB/Dozer.ad