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