Go to file
Noah Swerhun 38fa8bd384 update
2021-03-13 22:34:37 -06:00
arg.h first commit 2020-09-23 17:55:05 -05:00
config.def.h first commit 2020-09-23 17:55:05 -05:00
config.h update 2021-03-13 22:34:37 -06:00
config.mk first commit 2020-09-23 17:55:05 -05:00
dmenu update 2021-03-13 22:34:37 -06:00
dmenu.1 first commit 2020-09-23 17:55:05 -05:00
dmenu.c first commit 2020-09-23 17:55:05 -05:00
dmenu.o update 2021-03-13 22:34:37 -06:00
dmenu_path first commit 2020-09-23 17:55:05 -05:00
dmenu_run update 2021-03-13 22:34:37 -06:00
drw.c first commit 2020-09-23 17:55:05 -05:00
drw.h first commit 2020-09-23 17:55:05 -05:00
drw.o update 2021-03-13 22:34:37 -06:00
LICENSE first commit 2020-09-23 17:55:05 -05:00
Makefile first commit 2020-09-23 17:55:05 -05:00
README first commit 2020-09-23 17:55:05 -05:00
stest update 2021-03-13 22:34:37 -06:00
stest.1 first commit 2020-09-23 17:55:05 -05:00
stest.c first commit 2020-09-23 17:55:05 -05:00
stest.o update 2021-03-13 22:34:37 -06:00
util.c first commit 2020-09-23 17:55:05 -05:00
util.h first commit 2020-09-23 17:55:05 -05:00
util.o update 2021-03-13 22:34:37 -06:00

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.