mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
9a3414f13f
- Update WWW PR: 126285 Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
10 lines
403 B
Plaintext
10 lines
403 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://www.suckless.org/programs/dmenu.html
|