1
0
src/dmenubar/README

20 lines
526 B
Plaintext
Raw Normal View History

2021-05-11 18:03:32 -06:00
dmenubar - dumb menu bar
2006-09-26 06:31:42 -06:00
====================
dmenu is an efficient dynamic menu for X.
2021-05-11 18:03:32 -06:00
dmenubar is a hack of dmenu that displays a menu bar.
This is a work in progress. Doesn't suckless, suxmoar.
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.
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
Afterwards enter the following command to build and install dmenu
(if necessary as root):
2006-08-04 01:35:27 -06:00
make clean install