dmenu/README

25 lines
475 B
Plaintext
Raw Normal View History

2006-08-04 11:15:07 -04:00
dmenu - dynamic menu
2006-09-26 08:31:42 -04:00
====================
dmenu is an efficient dynamic menu for X.
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
------------
Edit config.mk to match your local setup (dmenu is installed into
the /usr/local namespace by default).
2006-08-04 03:35:27 -04:00
Afterwards enter the following command to build and install dmenu
(if necessary as root):
2006-08-04 03:35:27 -04:00
make clean install
2006-08-04 11:15:07 -04:00
Running dmenu
-------------
See the man page for details.