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 d788f7ced9 init 1 year ago
patch init 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 init 1 year ago
config.def.h.orig init 1 year ago
config.def.h.rej init 1 year ago
config.h init 1 year ago
config.mk init 1 year ago
config.mk.orig init 1 year ago
dmenu init 1 year ago
dmenu.1 init 1 year ago
dmenu.c init 1 year ago
dmenu.c.orig init 1 year ago
dmenu.c.rej init 1 year ago
dmenu.o init 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 init 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.