wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

witray.man1 (1716B)


      1 WITRAY
      2 wmii-@VERSION@
      3 May, 2010
      4 
      5 %!includeconf: header.t2t
      6 
      7 = NAME =
      8 
      9 witray - The wmii system tray
     10 
     11 = SYNOPSIS =
     12 
     13 witray [-a <address>] [-NESW] [-HV] [-p <padding>] [-s <iconsize>] [-t tags] +
     14 witray -v
     15 
     16 = DESCRIPTION =
     17 
     18 `witray` is a simple system tray program meant to be used with wmii.
     19 It supports the Freedesktop System Tray Protocol Specification
     20 common among all newer applications and desktop environments. The
     21 tray is only visible when applications require it.  While there are
     22 many standalone system tray applications, this one is explicitly
     23 tailored to wmii. It's simple, stays out of the user's way, is easy
     24 to configure, and generally Just Works.
     25 
     26 = ARGUMENTS =
     27 
     28 : -a
     29         The address at which to connect to `wmii`.
     30 : -N -E -S -W
     31 	Sets the screen edge where `witray` is to appear to the
     32 	_North_, _South_, _East_, or _West_ edge, respectively.
     33 	Options may be combined, for instance *-NE* gives the _North
     34 	East_ corner of the screen. If no options are given,
     35 	`witray` opens to the West of whichever part of the screen
     36 	the wmii bar occupies.
     37 : -H -V
     38 	Specifies whether icons are to be aligned horizontally or
     39 	vertically, respectively. Also determines from which edge of
     40 	the screen windows are shunted to make room for the tray.
     41 : -n
     42         Do not replace an already running system tray.
     43 : -p <padding>
     44 	Sets the padding between icons and around the edge of the
     45 	tray. In pixels.
     46 : -s <iconsize>
     47 	Sets the size of the icons, in pixels. If not provided,
     48 	icons are sized so that the tray is the same height as the
     49 	`wmii` bar.
     50 : -t <tags>
     51 	The tags on which to open. Default: _/./_
     52 : -v
     53 	Display version information.
     54 
     55 = CAVEATS =
     56 
     57 `witray` is not XRandR aware.
     58 
     59 = SEE ALSO =
     60 
     61 wmii(1), wimenu(1)
     62