Go to file
shweet 79e3f54a93 new look 2024-01-24 23:17:49 -05:00
LICENSE first commit 2022-07-19 20:34:46 -04:00
Makefile first commit 2022-07-19 20:34:46 -04:00
README first commit 2022-07-19 20:34:46 -04:00
arg.h first commit 2022-07-19 20:34:46 -04:00
config.def.h first commit 2023-05-28 16:21:30 -04:00
config.h new look 2024-01-24 23:17:49 -05:00
config.mk first commit 2022-07-19 20:34:46 -04:00
dmenu new look 2024-01-24 23:17:49 -05:00
dmenu.1 first commit 2022-07-19 20:34:46 -04:00
dmenu.c first commit 2022-07-19 20:34:46 -04:00
dmenu.o new look 2024-01-24 23:17:49 -05:00
dmenu_path first commit 2023-05-28 16:21:30 -04:00
dmenu_run first commit 2023-05-28 16:21:30 -04:00
drw.c first commit 2023-05-28 16:21:30 -04:00
drw.h first commit 2022-07-19 20:34:46 -04:00
drw.o new look 2024-01-24 23:17:49 -05:00
stest new look 2024-01-24 23:17:49 -05:00
stest.1 first commit 2022-07-19 20:34:46 -04:00
stest.c first commit 2022-07-19 20:34:46 -04:00
stest.o new look 2024-01-24 23:17:49 -05:00
util.c first commit 2022-07-19 20:34:46 -04:00
util.h first commit 2022-07-19 20:34:46 -04:00
util.o new look 2024-01-24 23:17:49 -05: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.