You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
_N0x 986e599eda Project cleanup 3 years ago
..
patches Project cleanup 3 years ago
LICENSE Initial commit after some playing around with dwm, dmenu and st 3 years ago
Makefile Initial commit after some playing around with dwm, dmenu and st 3 years ago
README Initial commit after some playing around with dwm, dmenu and st 3 years ago
arg.h Initial commit after some playing around with dwm, dmenu and st 3 years ago
config.def.h playing with configs 3 years ago
config.def.h.orig Initial commit after some playing around with dwm, dmenu and st 3 years ago
config.mk Initial commit after some playing around with dwm, dmenu and st 3 years ago
dmenu.1 Initial commit after some playing around with dwm, dmenu and st 3 years ago
dmenu.1.orig Initial commit after some playing around with dwm, dmenu and st 3 years ago
dmenu.c Initial commit after some playing around with dwm, dmenu and st 3 years ago
dmenu.c.orig Initial commit after some playing around with dwm, dmenu and st 3 years ago
drw.c Initial commit after some playing around with dwm, dmenu and st 3 years ago
drw.h Initial commit after some playing around with dwm, dmenu and st 3 years ago
stest.1 Initial commit after some playing around with dwm, dmenu and st 3 years ago
stest.c Initial commit after some playing around with dwm, dmenu and st 3 years ago
util.c Initial commit after some playing around with dwm, dmenu and st 3 years ago
util.h Initial commit after some playing around with dwm, dmenu and st 3 years 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.