mirror of https://github.com/0intro/wmii
54 lines
1.3 KiB
Groff
54 lines
1.3 KiB
Groff
.TH WMIIMENU 1 wmii-3
|
|
.SH NAME
|
|
wmiimenu \- window manager improved 2 menu
|
|
.SH SYNOPSIS
|
|
.B wmiimenu
|
|
.RB [ \-v ]
|
|
.SH DESCRIPTION
|
|
.SS Overview
|
|
.B wmiimenu
|
|
is a generic, highly customizable, and efficient menu for the X Window System,
|
|
originally designed for
|
|
.BR wmii (1).
|
|
It supports arbitrary, user defined menu contents.
|
|
.SS Options
|
|
.TP
|
|
.B \-v
|
|
prints version information to stderr, then exits.
|
|
.SS Usage
|
|
.B wmiimenu
|
|
reads a list of newline-separated items from stdin and creates a menu.
|
|
When the user selects an item or enters any text and presses Enter, his choice
|
|
is printed to stdout and
|
|
.B wmiimenu
|
|
terminates.
|
|
.SS Keyboard Control
|
|
.B wmiimenu
|
|
is completely controlled by the keyboard. The following keys are recognized:
|
|
.TP 2
|
|
Any printable character
|
|
append the character to the text in the input field. This works as a filter:
|
|
only items containing this text will be displayed.
|
|
.TP 2
|
|
Left/Right (C-p/C-n)
|
|
select the previous/next item.
|
|
.TP 2
|
|
Tab (C-i)
|
|
copy the selected item to the input field.
|
|
.TP 2
|
|
Enter (C-j)
|
|
confirm selection and quit.
|
|
.TP 2
|
|
Escape (C-[)
|
|
quit without selecting an item.
|
|
.TP 2
|
|
Backspace (C-h)
|
|
remove enough characters from the input field to change its filtering effect.
|
|
.TP 2
|
|
C-u
|
|
remove all characters from the input field.
|
|
.SH SEE ALSO
|
|
.BR wmii (1),
|
|
.BR wmiiwm (1),
|
|
.BR wmiir (1)
|