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