Go to file
Johnny5 a3b3fc2573
Update renovate/renovate Docker digest to 52de3ee
2024-09-21 09:00:50 +00:00
.forgejo/workflows Update renovate/renovate Docker digest to 52de3ee 2024-09-21 09:00:50 +00:00
patch update flexipatch base 2024-08-02 16:59:09 +02:00
.renovaterc.json update renovate config 2024-05-19 00:04:01 +02:00
LICENSE rework build process 2024-05-23 11:57:08 +02:00
Makefile rework build process 2024-05-23 11:57:08 +02:00
README rework build process 2024-05-23 11:57:08 +02:00
arg.h rework build process 2024-05-23 11:57:08 +02:00
config.def.h rework build process 2024-05-23 11:57:08 +02:00
config.h rework build process 2024-05-23 11:57:08 +02:00
config.mk rework build process 2024-05-23 11:57:08 +02:00
dmenu.1 rework build process 2024-05-23 11:57:08 +02:00
dmenu.c update flexipatch base 2024-08-02 16:59:09 +02:00
dmenu_path rework build process 2024-05-23 11:57:08 +02:00
dmenu_run rework build process 2024-05-23 11:57:08 +02:00
drw.c rework build process 2024-05-23 11:57:08 +02:00
drw.h rework build process 2024-05-23 11:57:08 +02:00
stest.1 rework build process 2024-05-23 11:57:08 +02:00
stest.c rework build process 2024-05-23 11:57:08 +02:00
util.c rework build process 2024-05-23 11:57:08 +02:00
util.h rework build process 2024-05-23 11:57:08 +02: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.