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