Go to file
2023-01-04 14:16:12 -05:00
patches center patch 2023-01-04 14:16:12 -05:00
.gitignore Added git ignore file 2023-01-04 11:49:10 -05:00
arg.h initial commit 2023-01-02 23:40:31 -05:00
config.def.h center patch 2023-01-04 14:16:12 -05:00
config.mk alpha patch 2023-01-04 13:59:34 -05:00
dmenu_path initial commit 2023-01-02 23:40:31 -05:00
dmenu_run initial commit 2023-01-02 23:40:31 -05:00
dmenu.1 center patch 2023-01-04 14:16:12 -05:00
dmenu.c center patch 2023-01-04 14:16:12 -05:00
drw.c alpha patch 2023-01-04 13:59:34 -05:00
drw.h alpha patch 2023-01-04 13:59:34 -05:00
LICENSE initial commit 2023-01-02 23:40:31 -05:00
Makefile add config.h to make clean 2023-01-04 11:49:42 -05:00
README initial commit 2023-01-02 23:40:31 -05:00
stest.1 initial commit 2023-01-02 23:40:31 -05:00
stest.c initial commit 2023-01-02 23:40:31 -05:00
util.c initial commit 2023-01-02 23:40:31 -05:00
util.h initial commit 2023-01-02 23:40:31 -05: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.