my dmenu config
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.
 
 
 
 
TitanE 14fb361941 new 1 year ago
patch new patches and stuff 1 year ago
LICENSE init 1 year ago
Makefile init 1 year ago
README init 1 year ago
arg.h init 1 year ago
config.def.h new patches and stuff 1 year ago
config.def.h.orig new patches and stuff 1 year ago
config.def.h.rej new patches and stuff 1 year ago
config.h new 1 year ago
config.h.bak new patches and stuff 1 year ago
config.mk new patches and stuff 1 year ago
config.mk.orig new patches and stuff 1 year ago
dmenu new 1 year ago
dmenu.1 new patches and stuff 1 year ago
dmenu.1.orig new patches and stuff 1 year ago
dmenu.c new patches and stuff 1 year ago
dmenu.c.orig new patches and stuff 1 year ago
dmenu.c.rej new patches and stuff 1 year ago
dmenu.o new 1 year ago
dmenu_path init 1 year ago
dmenu_run init 1 year ago
drw.c init 1 year ago
drw.h init 1 year ago
drw.o init 1 year ago
stest new patches and stuff 1 year ago
stest.1 init 1 year ago
stest.c init 1 year ago
stest.o init 1 year ago
util.c init 1 year ago
util.h init 1 year ago
util.o init 1 year 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.