dmenu/README

32 lines
648 B
Plaintext
Raw Normal View History

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