sde/dmenu
ed 1914fd7184 initial commit 2019-11-10 11:18:27 +01:00
..
LICENSE initial commit 2019-11-10 11:18:27 +01:00
Makefile initial commit 2019-11-10 11:18:27 +01:00
README initial commit 2019-11-10 11:18:27 +01:00
arg.h initial commit 2019-11-10 11:18:27 +01:00
config.def.h initial commit 2019-11-10 11:18:27 +01:00
config.h initial commit 2019-11-10 11:18:27 +01:00
config.mk initial commit 2019-11-10 11:18:27 +01:00
dmenu.1 initial commit 2019-11-10 11:18:27 +01:00
dmenu.c initial commit 2019-11-10 11:18:27 +01:00
dmenu_path initial commit 2019-11-10 11:18:27 +01:00
dmenu_run initial commit 2019-11-10 11:18:27 +01:00
drw.c initial commit 2019-11-10 11:18:27 +01:00
drw.h initial commit 2019-11-10 11:18:27 +01:00
stest.1 initial commit 2019-11-10 11:18:27 +01:00
stest.c initial commit 2019-11-10 11:18:27 +01:00
util.c initial commit 2019-11-10 11:18:27 +01:00
util.h initial commit 2019-11-10 11:18:27 +01:00

README

dmenu - dynamic menu
====================
dmenu is an efficient dynamic menu for X.


Requirements
------------
In order to build dmenu you need the Xlib header files.


Installation
------------
Edit config.mk to match your local setup (dmenu is installed into
the /usr/local namespace by default).

Afterwards enter the following command to build and install dmenu
(if necessary as root):

    make clean install


Running dmenu
-------------
See the man page for details.