-bgcolor, --backgroundcolor, backgroundcolor
Use color for tray`s background. color can be specified as an HTML hex triplet or as a name from
rgb.txt (note that '#' must be quoted). Default value: #777777.
-cfilename, --configfilename
Read configuration from filename instead of default $HOME/.stalonetrayrc.
-ddecspec, --decorationsdecspec, decorationsdecspec
Specify visiblie tray window decorations. Possible values for decspec are: all, title, border, none
(default).
-displaydisplay, displaydisplay
Use X display display.
--dockapp-mode [mode], dockapp_mode [mode]
Set dockapp mode, which can be either simple for e.g. OpenBox, wmaker for WindowMaker, or none
(default).
-f [level], --fuzzy-edges [level], fuzzy_edges [level]
Enable fuzzy edges of tray window and set fuzziness level which can range from 0 (disabled, default)
to 3. When ommited, the value of level defaults to 2.
--geometrygeometry_spec, geometrygeometry_spec
Set tray`s initial geometry to geometry_spec, specified in standard X notation: widthxheight[+x[+y]],
where width and height are specified in icon slot multiples. Default value: 1x1+0-0.
--grow-gravitygravity, grow_gravitygravity
Specify icon positioning gravity (eigher N, S, W, E, NW, NE, SW, SE). Grow gravity specifies
directions in which the tray's window may grow. For instance, if you specify NW the tray's window
will grow down vertically and to the right horizontally (these are sides that are opposite to
upper-left or North-West corner of the window); with W the tray's window will grow horizontally to
the left side only, and it will vertically grow both upwards and downwards maintaining position of
its center. Please note that the latter behaviour is new in 0.8. Default value: NW.
--icon-gravitygravity, icon_gravitygravity
Specify icon positioning gravity (either NW, NE, SW, SE). If you specify, e.g SW, then icons will
appear starting from the lower-left corner of the tray's window. Default value: NW.
-in, --icon-sizen, icon_sizen
Set default icon size to n. Default value: 24. Minimum: 16.
-h, --help
Show help message.
--log-levellevel, log_levellevel
Set the amount of info to be output by stalonetray. Possible values for level: err (default), info,
and trace. For the trace option to be available, stalonetray must be configured with --enable-debug
at build-time.
--kludgeskludge [,kludge...]
Enable specific kludges to work around non-conforming WMs and/or stalonetray bugs. Argument is a
comma-separated list of:
• fix_window_pos — fix tray window position on erroneous moves by WM
• force_icons_size — ignore resize events on all icons; force their size to be equal to icon_size
• use_icons_hints — use icon window hints to determine icon size
--max-geometrygeometry_spec, max_geometrygeometry_spec
Set tray`s maximal geometry to geometry_spec Default value: 0x0, no limit.
--no-shrink, no_shrink [bool]
Do not shrink tray window back after icon removal. Useful when tray is swallowed by another window
like FvwmButtons. Default value: false.
-p, --parent-bg, parent_bg [bool]
Use the parent's window as a background of the tray's window. Default value: false.
--pixmap-bgpath_to_xpm, pixmap_bgpath_to_xpm
Use the pixmap from an XPM file specified by path_to_xpm for the tray`s window background (pixmap
will be tiled to fill the entire window).
-rname, --remote-click-iconname
Remote control/click. When this option is specified, stalonetray sends a fake click to the icon with
a window named name and exits. The icon is searched for in the currently active tray for the current
screen. By default, stalonetray sends a single click with the 1st mouse button to the center of the
icon. See the options below for additional information on how to alter the defaults.
--remote-click-buttonn
Sets the remote click's button number to n (in the X11 numbering order).
--remote-click-positionxxy
Sets the remote click's position.
--remote-click-typetype
Sets the remote click's type. Possible values: single and double.
-sn, --slot-sizen, slot_sizen
Set grid slot size to n, which cannot be less then icon_size. By default, the slot size is the same
as the icon size.
--scrollbarsmode, scrollbarsmode
Set scrollbar mode. Possible values: vertical, horizontal, all, or none (default). Scrollbars appear
as additional space at tray borders that can be clicked to scroll icon area. Mouse wheel also works.
--scrollbars-highlightmode, scrollbars_highlightmode
Set scrollbars highlight mode. Possible values: a color spec, or disable.
--scrollbars-sizen, scrollbars_sizen
Set scrollbar size to n pixels. By default, the size is 1/4 of slot_size.
--scrollbars-stepn, scrollbars_stepn
Set scrollbar step to n pixels. Default is 1/2 of slot_size.
--skip-taskbar, skip_taskbar [bool]
Hide tray`s window from the taskbar. Default value: false.
--sticky, sticky [bool]
Make tray`s window sticky across multiple desktops/pages. Default value: false.
--tint-color, tint_color [bool]
Set tinting color. Default value: white.
--tint-level, tint_level [level]
Set tinting level. Default value: 0 (tinting disabled).
-t, --transparent, transparent [bool]
Enable root transparency. Default value: false.
-v, --vertical, vertical [bool]
Use vertical layout of icons (horizontal is used by default).
--window-layerlayer, window_layerlayer
Sets the EWMH-compliant layer of tray`s window. Possible values for layer: bottom, normal, top.
Default value: normal.
--window-strutmode, window_strutmode
Enable window struts for tray window (to avoid covering of tray window by maximized windows). Mode
defines to which screen border tray window will be attached. It can be either top, bottom, left,
right, none, or auto (default).
--window-typetype, window_typetype
Sets the EWMH-compliant type of tray`s window. Possible values for type: desktop, dock, normal,
toolbar, utility. Default value: dock.
--xsync, xsync [bool]
Operate on X server synchronously (SLOW, turned off by default).