wmii

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

commit 44f64227d9899b577d5b7c56d0a8e0031df38073
parent f0dc2fe12988555ed48dcfc131ed5c9a157a9651
Author: Kris Maglione <jg@suckless.org>
Date:   Thu, 14 May 2009 00:14:49 -0400

Add wimenu man page.

Diffstat:
man/wimenu.man1 | 79+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
man/wmiir.man1 | 51+++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 130 insertions(+), 0 deletions(-)

diff --git a/man/wimenu.man1 b/man/wimenu.man1 @@ -0,0 +1,79 @@ +WMII + +May, 2009 + +%!includeconf: header.t2t + += NAME = + +wimenu - The wmii menu program + += SYNOPSIS = + +wimenu [-a <address>] [-c] [-h <history file>] [-i] [-K] [-k <keys file>] [-n <history count>] [-p <prompt>] [-s <screen>] + +wimenu -v + += DESCRIPTION = + +`wimenu` is `wmii`'s standard menu program. It's used +extensively by `wmii` and related programs to prompt the user +for input. The standard configuration uses it to launch +programs, select views, and perform standard actions. It +supports basic item completion and history support. + += ARGUMENTS = + +: -a + The address at which to connect to `wmii`. +: -c + Prints the contents of the input buffer each time the + user inputs a character, as such: + + <text before caret>\0<text after caret>\0 +: -h <history file> + Causes `wimenu` to read its command history from + <history file> and to append its result to that file if + _-n_ is given. +: -i + Causes matching of completion items to be performed in a + case insensitive manner. +: -K + Prevents `wimenu` from initializing its default key + bindings. WARNING: If you do this, be sure to bind a key + with the Accept or Reject action, of you won't be able + to exit `wimenu`. +: -k <key file> + Key bindings will be read from <key file>. Bindings + appear as: + + <key> [action] [args] + + where <key> is a key name, similar to the format used by + wmii. For action and args, please refer to the default + bindings, provided in the source distribution under + cmd/menu/keys.txt, or use strings(1) on the `wimenu` + executable (this level of customization is discouraged, + and reserved for the determined). +: -n <count> + Write at most <count> items back to the history file. + The file is never modified unless this option is + provided. Duplicates are filtered out within a 20 item + sliding window before this limit is imposed. +: -p <prompt> + The string <prompt> will be show before the input field + when the menu is opened. +: -s <screen> + Suggests that the menu open on Xinerama screen <screen> + += ENVIRONMENT = + +: WMII_ADDRESS + Socket file of Used by wmiir(1). +: NAMESPACE + The namespace directory to use if no address is + provided. += SEE ALSO = +dmenu(1), wmiir(1) + +[1] http://www.suckless.org/wiki/wmii/tips/9p_tips + diff --git a/man/wmiir.man1 b/man/wmiir.man1 @@ -0,0 +1,51 @@ +.TH WMIIR 1 wmii-hg2287 +.SH NAME +wmiir \(em wrapper script for ixpc +.SH SYNOPSIS +.B wmiir +.RB [ \-a +.IR address ] +.I action +.I file +.br +.B wmiir +.B \-v +.SH DESCRIPTION +.SS Overview +.B wmiir +is a wrapper script for +.BR ixpc (1) +to conveniently access the filesystem of +.BR wmiiwm (1) +from the command line or from shell +scripts. It can be used to configure +.BR wmii (1). + +.SS Options +See the manual page of +.BR ixpc (1) . +.SH ENVIRONMENT +.TP +WMII_ADDRESS +The address of the wmiiwm file server to which wmiir will connect. +.SH EXAMPLES +.TP +.B wmiir ls / +This prints the root directory of the wmii filesystem. For more information +about the contents of this filesystem, see +.BR wmiiwm (1). +.TP +.B echo -n quit | wmiir write /ctl +Write 'quit' to the main control file of the wmii filesystem, effectively +leaving wmii. +.TP +.B echo -n view 2 | wmiir write /ctl +Bring into view all clients tagged '2'. To learn about clients and +tags, see +.BR wmii (1). +.SH SEE ALSO +.BR wmii (1), +.BR ixpc (1), +.BR wmiiwm (1) + +http://www.cs.bell-labs.com/sys/man/5/INDEX.html