fixes to README
[dmenu.git] / README
1 dmenu - dynamic menu
2 --------------------
3 dmenu is a generic, highly customizable, and efficient menu for the
4 X Window System.
5
6
7 Requirements
8 ------------
9 In order to build dmenu you need the Xlib header files.
10
11
12 Installation
13 ------------
14 Edit config.mk to match your local setup (dmenu is installed into
15 the /usr/local namespace by default).
16
17 Afterwards enter the following command to build and install dmenu (if
18 necessary as root):
19
20     make clean install
21
22
23 Running dmenu
24 -------------
25 See the man page for details.
26
27
28 Configuration
29 -------------
30 The configuration of dmenu is done by creating a custom config.h
31 and (re)compiling the source code.