2007-10-01 01:20:31 +08:00
|
|
|
.TH DMENU 1 dmenu\-VERSION
|
2006-08-04 15:35:27 +08:00
|
|
|
.SH NAME
|
|
|
|
dmenu \- dynamic menu
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B dmenu
|
2016-10-08 20:42:53 +08:00
|
|
|
.RB [ \-bfiv ]
|
2010-08-02 21:22:54 +08:00
|
|
|
.RB [ \-l
|
2016-10-08 20:36:04 +08:00
|
|
|
.IR lines ]
|
2013-08-03 04:30:20 +08:00
|
|
|
.RB [ \-m
|
|
|
|
.IR monitor ]
|
2010-08-02 21:22:54 +08:00
|
|
|
.RB [ \-p
|
|
|
|
.IR prompt ]
|
|
|
|
.RB [ \-fn
|
|
|
|
.IR font ]
|
|
|
|
.RB [ \-nb
|
|
|
|
.IR color ]
|
|
|
|
.RB [ \-nf
|
|
|
|
.IR color ]
|
|
|
|
.RB [ \-sb
|
|
|
|
.IR color ]
|
|
|
|
.RB [ \-sf
|
|
|
|
.IR color ]
|
2016-10-08 20:08:28 +08:00
|
|
|
.RB [ \-w
|
|
|
|
.IR windowid ]
|
2010-08-02 21:22:54 +08:00
|
|
|
.P
|
|
|
|
.BR dmenu_run " ..."
|
2006-08-04 15:35:27 +08:00
|
|
|
.SH DESCRIPTION
|
2010-07-31 21:56:27 +08:00
|
|
|
.B dmenu
|
2011-09-20 07:06:13 +08:00
|
|
|
is a dynamic menu for X, which reads a list of newline\-separated items from
|
|
|
|
stdin. When the user selects an item and presses Return, their choice is printed
|
|
|
|
to stdout and dmenu terminates. Entering text will narrow the items to those
|
|
|
|
matching the tokens in the input.
|
2010-07-31 21:56:27 +08:00
|
|
|
.P
|
|
|
|
.B dmenu_run
|
2011-11-16 18:26:15 +08:00
|
|
|
is a script used by
|
|
|
|
.IR dwm (1)
|
2012-01-02 03:32:40 +08:00
|
|
|
which lists programs in the user's $PATH and runs the result in their $SHELL.
|
2010-08-02 21:22:54 +08:00
|
|
|
.SH OPTIONS
|
2006-08-04 15:35:27 +08:00
|
|
|
.TP
|
2008-05-20 03:29:32 +08:00
|
|
|
.B \-b
|
2010-07-31 21:56:27 +08:00
|
|
|
dmenu appears at the bottom of the screen.
|
2008-05-20 03:29:32 +08:00
|
|
|
.TP
|
2011-05-08 22:15:24 +08:00
|
|
|
.B \-f
|
2019-01-27 22:28:02 +08:00
|
|
|
dmenu grabs the keyboard before reading stdin if not reading from a tty. This
|
|
|
|
is faster, but will lock up X until stdin reaches end\-of\-file.
|
2011-05-08 22:15:24 +08:00
|
|
|
.TP
|
2010-07-31 21:56:27 +08:00
|
|
|
.B \-i
|
2010-08-02 21:22:54 +08:00
|
|
|
dmenu matches menu items case insensitively.
|
2010-06-09 17:13:26 +08:00
|
|
|
.TP
|
2010-08-02 21:22:54 +08:00
|
|
|
.BI \-l " lines"
|
2010-07-31 21:56:27 +08:00
|
|
|
dmenu lists items vertically, with the given number of lines.
|
|
|
|
.TP
|
2013-08-03 04:30:20 +08:00
|
|
|
.BI \-m " monitor"
|
2015-11-07 19:53:00 +08:00
|
|
|
dmenu is displayed on the monitor number supplied. Monitor numbers are starting
|
|
|
|
from 0.
|
2013-08-03 04:30:20 +08:00
|
|
|
.TP
|
2010-08-02 21:22:54 +08:00
|
|
|
.BI \-p " prompt"
|
2010-08-05 22:41:56 +08:00
|
|
|
defines the prompt to be displayed to the left of the input field.
|
2009-11-28 20:28:15 +08:00
|
|
|
.TP
|
2010-08-02 21:22:54 +08:00
|
|
|
.BI \-fn " font"
|
2010-08-20 20:50:44 +08:00
|
|
|
defines the font or font set used.
|
2006-09-26 19:20:47 +08:00
|
|
|
.TP
|
2010-08-02 21:22:54 +08:00
|
|
|
.BI \-nb " color"
|
|
|
|
defines the normal background color.
|
|
|
|
.IR #RGB ,
|
|
|
|
.IR #RRGGBB ,
|
2011-05-08 22:15:24 +08:00
|
|
|
and X color names are supported.
|
2006-09-26 19:20:47 +08:00
|
|
|
.TP
|
2010-08-02 21:22:54 +08:00
|
|
|
.BI \-nf " color"
|
|
|
|
defines the normal foreground color.
|
2006-12-19 18:39:07 +08:00
|
|
|
.TP
|
2010-08-02 21:22:54 +08:00
|
|
|
.BI \-sb " color"
|
|
|
|
defines the selected background color.
|
2006-09-26 19:20:47 +08:00
|
|
|
.TP
|
2010-08-02 21:22:54 +08:00
|
|
|
.BI \-sf " color"
|
|
|
|
defines the selected foreground color.
|
2006-09-26 19:20:47 +08:00
|
|
|
.TP
|
2006-08-04 15:35:27 +08:00
|
|
|
.B \-v
|
2011-05-08 22:15:24 +08:00
|
|
|
prints version information to stdout, then exits.
|
2016-10-08 20:08:28 +08:00
|
|
|
.TP
|
|
|
|
.BI \-w " windowid"
|
|
|
|
embed into windowid.
|
2006-08-07 20:07:04 +08:00
|
|
|
.SH USAGE
|
2012-01-02 03:32:40 +08:00
|
|
|
dmenu is completely controlled by the keyboard. Items are selected using the
|
|
|
|
arrow keys, page up, page down, home, and end.
|
2006-12-12 16:57:42 +08:00
|
|
|
.TP
|
2012-01-02 03:32:40 +08:00
|
|
|
.B Tab
|
2006-08-07 20:07:04 +08:00
|
|
|
Copy the selected item to the input field.
|
|
|
|
.TP
|
2012-01-02 03:32:40 +08:00
|
|
|
.B Return
|
2011-05-08 22:15:24 +08:00
|
|
|
Confirm selection. Prints the selected item to stdout and exits, returning
|
|
|
|
success.
|
2006-08-07 20:07:04 +08:00
|
|
|
.TP
|
2013-04-18 02:56:54 +08:00
|
|
|
.B Ctrl-Return
|
|
|
|
Confirm selection. Prints the selected item to stdout and continues.
|
|
|
|
.TP
|
2012-01-02 03:32:40 +08:00
|
|
|
.B Shift\-Return
|
2011-05-08 22:15:24 +08:00
|
|
|
Confirm input. Prints the input text to stdout and exits, returning success.
|
2006-08-07 20:07:04 +08:00
|
|
|
.TP
|
2012-01-02 03:32:40 +08:00
|
|
|
.B Escape
|
2010-08-02 21:22:54 +08:00
|
|
|
Exit without selecting an item, returning failure.
|
2006-08-07 20:07:04 +08:00
|
|
|
.TP
|
2018-03-14 00:15:09 +08:00
|
|
|
.B Ctrl-Left
|
|
|
|
Move cursor to the start of the current word
|
|
|
|
.TP
|
|
|
|
.B Ctrl-Right
|
|
|
|
Move cursor to the end of the current word
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B C\-a
|
2012-01-02 03:32:40 +08:00
|
|
|
Home
|
2011-11-16 18:26:15 +08:00
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B C\-b
|
2012-01-02 03:32:40 +08:00
|
|
|
Left
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B C\-c
|
2012-01-02 03:32:40 +08:00
|
|
|
Escape
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B C\-d
|
2012-01-02 03:32:40 +08:00
|
|
|
Delete
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B C\-e
|
2012-01-02 03:32:40 +08:00
|
|
|
End
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B C\-f
|
2012-01-02 03:32:40 +08:00
|
|
|
Right
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B C\-g
|
2012-01-20 06:52:17 +08:00
|
|
|
Escape
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B C\-h
|
2012-01-02 03:32:40 +08:00
|
|
|
Backspace
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B C\-i
|
2012-01-02 03:32:40 +08:00
|
|
|
Tab
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B C\-j
|
2012-01-02 03:32:40 +08:00
|
|
|
Return
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B C\-J
|
2012-01-03 02:48:11 +08:00
|
|
|
Shift-Return
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B C\-k
|
2012-01-02 03:32:40 +08:00
|
|
|
Delete line right
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B C\-m
|
2012-01-02 03:32:40 +08:00
|
|
|
Return
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B C\-M
|
2014-09-17 19:40:11 +08:00
|
|
|
Shift-Return
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B C\-n
|
2012-01-02 03:32:40 +08:00
|
|
|
Down
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B C\-p
|
2012-01-02 03:32:40 +08:00
|
|
|
Up
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B C\-u
|
2012-01-02 03:32:40 +08:00
|
|
|
Delete line left
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B C\-w
|
2012-01-02 03:32:40 +08:00
|
|
|
Delete word left
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B C\-y
|
2012-01-02 03:32:40 +08:00
|
|
|
Paste from primary X selection
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B C\-Y
|
2012-01-02 03:32:40 +08:00
|
|
|
Paste from X clipboard
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B M\-b
|
2018-03-14 00:15:09 +08:00
|
|
|
Move cursor to the start of the current word
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B M\-f
|
2018-03-14 00:15:09 +08:00
|
|
|
Move cursor to the end of the current word
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B M\-g
|
2012-01-02 03:32:40 +08:00
|
|
|
Home
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B M\-G
|
2012-01-02 03:32:40 +08:00
|
|
|
End
|
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B M\-h
|
2012-01-03 02:48:11 +08:00
|
|
|
Up
|
2012-01-02 03:32:40 +08:00
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B M\-j
|
2012-01-03 02:48:11 +08:00
|
|
|
Page down
|
2012-01-02 03:32:40 +08:00
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B M\-k
|
2012-01-03 02:48:11 +08:00
|
|
|
Page up
|
2012-01-02 03:32:40 +08:00
|
|
|
.TP
|
2018-05-10 03:27:29 +08:00
|
|
|
.B M\-l
|
2012-01-03 02:48:11 +08:00
|
|
|
Down
|
2006-08-04 15:35:27 +08:00
|
|
|
.SH SEE ALSO
|
2011-06-18 14:50:46 +08:00
|
|
|
.IR dwm (1),
|
2012-01-02 03:32:40 +08:00
|
|
|
.IR stest (1)
|