mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
4c1df2eff5
- Update mastersite. - Update WWW. PR: ports/109171 Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
10 lines
399 B
Plaintext
10 lines
399 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/wiki/tools/xlib
|