Go to file
Connor Lane Smith 56a0d1fa14 fork dmenu_run to disown child shell 2011-12-09 11:36:26 +01:00
.hgtags Added tag 4.4 for changeset 2b105eaae831 2011-07-19 21:30:14 +01:00
LICENSE update license 2011-01-07 18:55:00 +00:00
Makefile makefile: *.o depend on draw.h 2011-10-26 14:16:12 +01:00
README removed libdc dependence 2010-11-11 23:56:39 +00:00
config.mk change version to 'hg' 2011-09-19 10:40:07 +01:00
dmenu.1 update manpage 2011-11-16 11:26:15 +01:00
dmenu.c set window background_pixel 2011-11-23 14:40:21 +01:00
dmenu_run fork dmenu_run to disown child shell 2011-12-09 11:36:26 +01:00
draw.c fix loadfont 2011-07-22 18:16:57 +01:00
draw.h update draw.c 2011-06-18 22:11:19 +01:00
lsx.1 simpler lsx 2011-06-18 07:50:46 +01:00
lsx.c lsx: detect read errors 2011-10-17 01:44:07 +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.