repos/dmenu

my personal dmenu fork
Commits Files Refs README LICENSE
ModeNameSize
d---------patches.
-rw-r--r--LICENSE30 L
-rw-r--r--Makefile64 L
-rw-r--r--README24 L
-rw-r--r--arg.h49 L
-rw-r--r--config.def.h32 L
-rw-r--r--config.mk31 L
-rw-r--r--dmenu.1229 L
-rw-r--r--dmenu.c1092 L
-rwxr-xr-xdmenu_path13 L
-rwxr-xr-xdmenu_run2 L
-rw-r--r--drw.c605 L
-rw-r--r--drw.h59 L
-rw-r--r--stest.190 L
-rw-r--r--stest.c109 L
-rw-r--r--tags213 L
-rw-r--r--util.c35 L
-rw-r--r--util.h8 L
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.