mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
6ac5139da3
PR: 134024 Submitted by: Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer)
10 lines
391 B
Plaintext
10 lines
391 B
Plaintext
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 dynamic window manager (dwm), but can
|
|
be used in any X11-environment.
|
|
|
|
WWW: http://tools.suckless.org/dmenu
|