suckless-stack/dmenu
2023-04-15 00:40:04 +12:00
..
arg.h first commit 2023-04-15 00:02:36 +12:00
config.def.h first commit 2023-04-15 00:02:36 +12:00
config.h first commit 2023-04-15 00:02:36 +12:00
config.mk first commit 2023-04-15 00:02:36 +12:00
dmenu.1 first commit 2023-04-15 00:02:36 +12:00
dmenu.c first commit 2023-04-15 00:02:36 +12:00
dmenu_path first commit 2023-04-15 00:02:36 +12:00
dmenu_run first commit 2023-04-15 00:02:36 +12:00
drw.c first commit 2023-04-15 00:02:36 +12:00
drw.h first commit 2023-04-15 00:02:36 +12:00
LICENSE first commit 2023-04-15 00:02:36 +12:00
Makefile first commit 2023-04-15 00:02:36 +12:00
README first commit 2023-04-15 00:02:36 +12:00
stest.1 first commit 2023-04-15 00:02:36 +12:00
stest.c first commit 2023-04-15 00:02:36 +12:00
util.c first commit 2023-04-15 00:02:36 +12:00
util.h first commit 2023-04-15 00:02:36 +12: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.