1
0
src/dmenubar
Connor Lane Smith 5d02e6020b paring
2011-05-05 15:46:48 +01:00
..
.hgtags
config.mk cache option in config.mk 2011-01-07 18:54:40 +00:00
dmenu_path.c cache option in config.mk 2011-01-07 18:54:40 +00:00
dmenu_run
dmenu.1
dmenu.c paring 2011-05-05 15:46:48 +01:00
draw.c paring 2011-05-05 15:46:48 +01:00
draw.h
LICENSE update license 2011-01-07 18:55:00 +00:00
Makefile
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.