Matthew Dobson d67e5ec459 February 2024 Update 1 month ago
..
Patches acff46bc48 end of April update 11 months ago
LICENSE c4a5e968bc April Update 2 years ago
Makefile c4a5e968bc April Update 2 years ago
README c4a5e968bc April Update 2 years ago
arg.h c4a5e968bc April Update 2 years ago
config.def.h c9751cb48a November 2023 Update 4 months ago
config.h c9751cb48a November 2023 Update 4 months ago
config.mk c4a5e968bc April Update 2 years ago
dmenu d67e5ec459 February 2024 Update 1 month ago
dmenu-lineheight-5.0.diff.1 220bc6dd04 End of March 2023 Update 1 year ago
dmenu.1 c4a5e968bc April Update 2 years ago
dmenu.c c4a5e968bc April Update 2 years ago
dmenu.o d67e5ec459 February 2024 Update 1 month ago
dmenu_path 3395faa517 Initial Upload and March Back Up 3 years ago
dmenu_run 3395faa517 Initial Upload and March Back Up 3 years ago
drw.c c4a5e968bc April Update 2 years ago
drw.h c4a5e968bc April Update 2 years ago
drw.o d67e5ec459 February 2024 Update 1 month ago
stest d67e5ec459 February 2024 Update 1 month ago
stest.1 c4a5e968bc April Update 2 years ago
stest.c c4a5e968bc April Update 2 years ago
stest.o d67e5ec459 February 2024 Update 1 month ago
util.c c4a5e968bc April Update 2 years ago
util.h c4a5e968bc April Update 2 years ago
util.o d67e5ec459 February 2024 Update 1 month ago

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.