1
0
src/dmenubar/README

26 lines
548 B
Plaintext
Raw Normal View History

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