diff options
author | pav <pav@FreeBSD.org> | 2006-08-28 16:17:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-08-28 16:17:37 +0800 |
commit | 72236417eee9fd1a5233443e1f0c4802d47b73c3 (patch) | |
tree | 4bf8abf6f9d4f9dcb74648c43c10e3bb12dde4c7 /x11/Makefile | |
parent | 004b7bf16fd6d40e4010a61f5a43a27922975567 (diff) | |
download | freebsd-ports-gnome-72236417eee9fd1a5233443e1f0c4802d47b73c3.tar.gz freebsd-ports-gnome-72236417eee9fd1a5233443e1f0c4802d47b73c3.tar.zst freebsd-ports-gnome-72236417eee9fd1a5233443e1f0c4802d47b73c3.zip |
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/
PR: ports/101573
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl>
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index e4a91e7b1298..8ad35892dfd1 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -35,6 +35,7 @@ SUBDIR += decurs SUBDIR += deskmenu SUBDIR += dgs + SUBDIR += dmenu SUBDIR += docker SUBDIR += dxpc SUBDIR += dynamag |