2006-08-28 10:17:37 +02:00
|
|
|
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.
|
|
|
|
|
2006-12-06 03:04:11 +01:00
|
|
|
dmenu was developed as an addition to the dynamic window manager (dwm), but can
|
|
|
|
be used in any X11-environment.
|
2006-08-28 10:17:37 +02:00
|
|
|
|
2009-04-27 21:16:36 +02:00
|
|
|
WWW: http://tools.suckless.org/dmenu
|