wmii/man/wimenu.man1

80 lines
2.2 KiB
Plaintext
Raw Normal View History

2009-10-10 00:20:23 +04:00
WIMENU
wmii-@VERSION@
Oct, 2009
2009-05-14 08:14:49 +04:00
%!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
2009-10-11 14:09:06 +04:00
supports basic item completion and history searching.
2009-05-14 08:14:49 +04:00
= 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
2009-10-11 14:09:06 +04:00
with the Accept or Reject action, or you will have no way
2009-05-14 08:14:49 +04:00
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`
2009-10-11 14:09:06 +04:00
executable (this level of customization is reserved for the
determined).
2009-05-14 08:14:49 +04:00
: -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>
2009-10-11 14:09:06 +04:00
Suggests that the menu open on Xinerama screen <screen>.
2009-05-14 08:14:49 +04:00
= 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