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