Go to file
Connor Lane Smith 70b3418e3e simplify dmenu_run 2011-10-17 10:22:23 +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 add lsx.1 to dist 2011-07-19 21:30:09 +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-09-20 00:06:13 +01:00
dmenu.c merge xim -> default 2011-10-17 10:11:48 +01:00
dmenu_run simplify dmenu_run 2011-10-17 10:22:23 +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.