wmii/cmd/wmiimenu.1

51 lines
1.2 KiB
Groff
Raw Normal View History

2005-12-18 18:55:06 +03:00
.TH WMIIMENU 1 wmii-3
2005-11-18 18:54:58 +03:00
.SH NAME
wmiimenu \- window manager improved 2 menu
2005-11-18 18:54:58 +03:00
.SH SYNOPSIS
.B wmiimenu
.RB [ \-v ]
2005-11-18 18:54:58 +03:00
.SH DESCRIPTION
.SS Overview
.B wmiimenu
2005-11-18 18:54:58 +03:00
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.
2005-11-18 18:54:58 +03:00
.SS Options
.TP
.B \-v
prints version information to stderr, then exits.
.SS Keys
.B wmiimenu
is completely keyboard controlled, these are the keys:
.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.
2005-11-18 18:54:58 +03:00
.SS Customization
.B wmiimenu
is customized by providing it a list of newline-separated items from stdin on startup.
The selected item is printed to stdout.
2005-11-18 18:54:58 +03:00
.SH SEE ALSO
.BR wmii (1),
.BR wmiiwm (1),
.BR wmiir (1)