1
0
src/dmenubar
Hiltjo Posthuma 79ec04f516 Do not strip at link stage
Building with debug symbols is worthless unless LDFLAGS are manually adjusted
as well.
2018-06-02 17:01:24 +02:00
..
arg.h
config.def.h
config.mk Do not strip at link stage 2018-06-02 17:01:24 +02:00
dmenu_path
dmenu_run
dmenu.1 Use bold for keyboard shortcuts in dmenu.1 2018-05-12 19:12:25 +02:00
dmenu.c code-style for pledge: check the return code -1, not < 0 2018-05-25 13:07:17 +02:00
drw.c drw: drw_scm_create: use Clr type 2017-11-03 21:10:38 +01:00
drw.h
LICENSE Update LICENSE 2018-03-15 18:29:32 +01:00
Makefile Makefile: bikesheddingly replace ${} with $() 2018-04-22 14:09:05 +02:00
README
stest.1
stest.c
util.c die() on calloc failure 2016-11-05 11:36:42 +01:00
util.h

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.