dmenu/dmenu.1

65 lines
1.5 KiB
Groff
Raw Normal View History

.TH DMENU 1 dmenu-VERSION
2006-08-04 09:35:27 +02:00
.SH NAME
dmenu \- dynamic menu
.SH SYNOPSIS
.B dmenu
.RB [ \-v ]
.SH DESCRIPTION
.SS Overview
.B dmenu
2006-08-21 07:31:33 +02:00
is a generic, highly customizable, and efficient menu for X,
2006-08-04 09:35:27 +02:00
originally designed for
.BR dwm (1).
It supports arbitrary, user defined menu contents.
.SS Options
.TP
.B \-v
2006-08-28 07:22:38 +02:00
prints version information to standard output, then exits.
2006-08-07 14:07:04 +02:00
.SH USAGE
2006-08-04 09:35:27 +02:00
.B dmenu
2006-08-28 07:22:38 +02:00
reads a list of newline-separated items from standard input and creates a menu.
2006-08-07 14:07:04 +02:00
When the user selects an item or enters any text and presses Return, his choice
2006-08-28 07:22:38 +02:00
is printed to standard output and
2006-08-04 09:35:27 +02:00
.B dmenu
terminates.
.B dmenu
is completely controlled by the keyboard. The following keys are recognized:
2006-08-07 14:07:04 +02:00
.TP
2006-08-04 09:35:27 +02:00
Any printable character
2006-08-07 14:07:04 +02:00
Appends the character to the text in the input field. This works as a filter:
2006-08-04 09:35:27 +02:00
only items containing this text will be displayed.
2006-08-07 14:07:04 +02:00
.TP
Left/Right
2006-08-07 14:07:04 +02:00
Select the previous/next item.
.TP
Tab
2006-08-07 14:07:04 +02:00
Copy the selected item to the input field.
.TP
Return
2006-08-28 07:22:38 +02:00
Confirm selection and quit (print the selected item to standard output).
2006-08-07 14:07:04 +02:00
.TP
Shift-Return
2006-08-28 07:22:38 +02:00
Confirm selection and quit (print the text in the input field to standard output).
2006-08-07 14:07:04 +02:00
.TP
2006-08-10 10:09:44 +02:00
Escape
2006-08-07 14:07:04 +02:00
Quit without selecting an item.
.TP
2006-08-04 09:35:27 +02:00
Backspace (Control-h)
2006-08-07 14:07:04 +02:00
Remove enough characters from the input field to change its filtering effect.
.TP
2006-08-04 09:35:27 +02:00
Control-u
2006-08-07 14:07:04 +02:00
Remove all characters from the input field.
.P
2006-08-04 09:35:27 +02:00
.B dmenu
returns
.B 0
2006-08-07 14:07:04 +02:00
if Return is pressed on termination,
2006-08-04 09:35:27 +02:00
.B 1
if Escape is pressed.
2006-08-07 07:36:18 +02:00
.SH CUSTOMIZATION
2006-08-07 07:37:32 +02:00
.B dmenu
2006-08-07 07:36:18 +02:00
is customized by creating a custom config.h and (re)compiling the source
code. This keeps it fast, secure and simple.
2006-08-04 09:35:27 +02:00
.SH SEE ALSO
.BR dwm (1)