c39d9bc85a
from stdin and shows them as a menu on the top of the screen. When the user selects one item or types any text and presses Enter, his choice is printed to stdout. dmenu was developed as an addition to the dwm window manager, but can be used in any X11-environment. WWW: http://10kloc.org/dwm/ PR: ports/101573 Submitted by: Jeroen Schot <schot@a-eskwadraat.nl>
9 lines
372 B
Text
9 lines
372 B
Text
dmenu is a minimalistic X11 menu. It reads a newline separated list of items
|
|
from stdin and shows them as a menu on the top of the screen. When the user
|
|
selects one item or types any text and presses Enter, his choice is printed to
|
|
stdout.
|
|
|
|
dmenu was developed as an addition to the dwm window manager, but can be used
|
|
in any X11-environment.
|
|
|
|
WWW: http://10kloc.org/dwm/
|