dmenu

my fork of dmenu
Index Commits Files Refs README LICENSE
ModeNameSize
d---------patches.
-rw-r--r--LICENSE30L
-rw-r--r--Makefile64L
-rw-r--r--README24L
-rw-r--r--arg.h49L
-rw-r--r--config.def.h32L
-rw-r--r--config.mk31L
-rw-r--r--dmenu.1229L
-rw-r--r--dmenu.c1092L
-rwxr-xr-xdmenu_path13L
-rwxr-xr-xdmenu_run2L
-rw-r--r--drw.c605L
-rw-r--r--drw.h59L
-rw-r--r--stest.190L
-rw-r--r--stest.c109L
-rw-r--r--tags213L
-rw-r--r--util.c35L
-rw-r--r--util.h8L
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.