2006-08-04 15:15:07 +00:00
|
|
|
dmenu - dynamic menu
|
2006-09-26 12:31:42 +00:00
|
|
|
====================
|
2010-08-02 13:22:54 +00:00
|
|
|
dmenu is an efficient dynamic menu for X.
|
2006-08-04 07:35:27 +00:00
|
|
|
|
|
|
|
|
|
|
|
Requirements
|
|
|
|
------------
|
2006-08-04 15:15:07 +00:00
|
|
|
In order to build dmenu you need the Xlib header files.
|
2010-08-02 13:22:54 +00:00
|
|
|
|
2006-08-04 07:35:27 +00:00
|
|
|
|
|
|
|
Installation
|
|
|
|
------------
|
2010-08-02 13:22:54 +00:00
|
|
|
Edit config.mk to match your local setup (dmenu is installed into
|
|
|
|
the /usr/local namespace by default).
|
2006-08-04 07:35:27 +00:00
|
|
|
|
2010-08-02 13:22:54 +00:00
|
|
|
Afterwards enter the following command to build and install dmenu
|
|
|
|
(if necessary as root):
|
2006-08-04 07:35:27 +00:00
|
|
|
|
|
|
|
make clean install
|
|
|
|
|
|
|
|
|
2006-08-04 15:15:07 +00:00
|
|
|
Running dmenu
|
|
|
|
-------------
|
|
|
|
See the man page for details.
|