dmenu/README

31 lines
609 B
Plaintext
Raw Normal View History

2006-08-04 23:15:07 +08:00
dmenu - dynamic menu
--------------------
2006-09-08 01:12:04 +08:00
dmenu is a generic and efficient menu for X.
2006-08-04 15:35:27 +08:00
Requirements
------------
2006-08-04 23:15:07 +08:00
In order to build dmenu you need the Xlib header files.
2006-08-04 15:35:27 +08:00
Installation
------------
2006-08-08 23:14:35 +08:00
Edit config.mk to match your local setup (dmenu is installed into
2006-08-04 15:35:27 +08:00
the /usr/local namespace by default).
2006-08-04 23:15:07 +08:00
Afterwards enter the following command to build and install dmenu (if
2006-08-04 15:35:27 +08:00
necessary as root):
make clean install
2006-08-04 23:15:07 +08:00
Running dmenu
-------------
See the man page for details.
2006-08-04 15:35:27 +08:00
Configuration
-------------
2006-08-04 23:15:07 +08:00
The configuration of dmenu is done by creating a custom config.h
2006-08-04 15:35:27 +08:00
and (re)compiling the source code.