dmenu/README

27 lines
543 B
Plaintext
Raw Normal View History

2006-08-04 23:15:07 +08:00
dmenu - dynamic menu
2006-09-26 20:31:42 +08:00
====================
dmenu is an efficient dynamic menu for X.
2006-08-04 15:35:27 +08:00
Requirements
------------
2006-08-04 23:15:07 +08:00
In order to build dmenu you need the Xlib header files.
2010-09-11 20:37:01 +08:00
You also need libdc, available from http://hg.suckless.org/libdraw
2010-06-30 08:36:15 +08:00
2006-08-04 15:35:27 +08:00
Installation
------------
Edit config.mk to match your local setup (dmenu is installed into
the /usr/local namespace by default).
2006-08-04 15:35:27 +08:00
Afterwards enter the following command to build and install dmenu
(if necessary as root):
2006-08-04 15:35:27 +08:00
make clean install
2006-08-04 23:15:07 +08:00
Running dmenu
-------------
See the man page for details.