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 5ed405b913 Initial commit after some playing around with dwm, dmenu and st 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 Initial commit after some playing around with dwm, dmenu and st 3 years ago
config.def.h.orig Initial commit after some playing around with dwm, dmenu and st 3 years ago
config.h 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-border-4.9.diff Initial commit after some playing around with dwm, dmenu and st 3 years ago
dmenu-center-20200111-8cd37e1.diff Initial commit after some playing around with dwm, dmenu and st 3 years ago
dmenu-highlight-20201211-fcdc159.diff Initial commit after some playing around with dwm, dmenu and st 3 years ago
dmenu-lineheight-5.0.diff 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.