Go to file
Connor Lane Smith 8ec1b41cac add lsx.1 2011-06-13 19:32:45 +01:00
.hgtags Added tag 4.3.1 for changeset 34a2d77049a9 2011-05-18 17:01:59 +01:00
LICENSE update license 2011-01-07 18:55:00 +00:00
Makefile new lsx branch 2011-06-13 19:28:30 +01:00
README removed libdc dependence 2010-11-11 23:56:39 +00:00
config.mk bugfix 2011-05-18 17:01:44 +01:00
dmenu.1 no -m, cleanup 2011-05-18 16:20:03 +01:00
dmenu.c add ^M 2011-06-13 19:25:40 +01:00
dmenu_path new lsx branch 2011-06-13 19:28:30 +01:00
dmenu_run no exe should be unquoted, agreed to Peter Hartlich 2008-04-10 18:12:00 +01:00
draw.c no -m, cleanup 2011-05-18 16:20:03 +01:00
draw.h cleanup 2011-05-14 22:43:42 +01:00
lsx.1 add lsx.1 2011-06-13 19:32:45 +01:00
lsx.c new lsx branch 2011-06-13 19:28:30 +01:00

README

dmenu - dynamic menu
====================
dmenu is an efficient dynamic menu for X.


Requirements
------------
In order to build dmenu you need the Xlib header files.


Installation
------------
Edit config.mk to match your local setup (dmenu is installed into
the /usr/local namespace by default).

Afterwards enter the following command to build and install dmenu
(if necessary as root):

    make clean install


Running dmenu
-------------
See the man page for details.