wmi

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

wmiremote.1 (2455B)


      1 .TH WMI 1 User Manuals
      2 .SH NAME
      3 WMI \- Window Manager Improved, a X11 window manager for hackers and real programmers
      4 .SH SYNOPSIS
      5 \fBwmiremote [-d \fIdisplay\fB] [-t \fItext\fB] [-a \fIaction\fB\fI[+arg[+arg ...]]\fB] [-m \fINN%text[,NN%text,...]\fB] [-p] [-v]
      6 \f1
      7 .SH DESCRIPTION
      8 Remote tool for WMI which is capable to set user defined status text to the WMI status bar, to pretty print current WMI key bindings (shortcuts) or to invoke WMI actions remotely. 
      9 .SH OPTIONS
     10 .TP
     11 \fB-d \fIdisplay\fB\f1
     12 Specifies the X display to use. Normally the display provided by the \fI$DISPLAY\f1 environment variable is used. But if you want to use another display, e.g. a display provided by a remote host, just use this option.
     13 .TP
     14 \fB-m \fINN%text[,NN%text,...]\fB\f1
     15 Sets user defined status meters to the status bar. NN stands for a number between 1 and 99 to define the percentage of the meter. The text is a definition what the meter stands for. The text is optional. The usage of a ! before NN reverts the meaning of high and low. Example: '99%high,66%normal,33%low,!99%highrevert' 
     16 .TP
     17 \fB-t \fItext\fB\f1
     18 Sets user defined status text to the status bar of the WMI. Note that the \fItext\f1 string must be quoted if it contains whitespaces. This option is useful if you've running some status scripts which provide time/date information or maybe some other info to the status bar. See \fIexamples\f1 directory of the WMI distribution tarball which contains a \fIstatustext.sh\f1 example script, which sets time/date and APM information to the WMI status bar using wmiremote with the discussed option.
     19 .TP
     20 \fB-a \fIaction\fB\fI[+arg[+arg ...]]\fB\f1
     21 Invokes the specified action within WMI remotely, e.g. split-frame-down. If the action needs some arguments you can smuggle them with following syntax:
     22 
     23 wmiremote -a create-workspace+cool
     24 
     25 This will create a new workspace with the name "cool" remotely. As you can see the '+' character is used to introduce an argument. 
     26 
     27 To get further informations about the actions you can invoke, see \fBwmi(1)\f1.
     28 .TP
     29 \fB-p\f1
     30 Prints current key bindings of WMI.
     31 .TP
     32 \fB-v\f1
     33 Prints the version of WMI.
     34 .SH AUTHOR
     35 WMI was written by Anselm R. Garbe < anselm@garbe.us > and others (see AUTHORS or the WMI site for further information)
     36 
     37 You will find the newest version of WMI at \fBhttp://wmi.suckless.org/\f1. There is also a mailing list.
     38 .SH BUGS
     39 You should report them to the mailing list.
     40 .SH SEE ALSO
     41 \fBwmi(1)\f1