Go to file
Anselm R. Garbe 85a151c6a4 next version is 2.9 2007-03-28 08:17:57 +02:00
.hgtags Added tag 2.8 for changeset dd3d02b07cac 2007-03-07 13:30:57 +01:00
LICENSE
Makefile
README
config.mk next version is 2.9 2007-03-28 08:17:57 +02:00
dmenu.1
dmenu.h
dmenu_path
draw.c
main.c allowing numpad keys as inpyt 2007-03-27 16:52:50 +02:00
util.c

README

dmenu - dynamic menu
====================
dmenu is a generic and efficient 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.