Go to file
2019-01-27 15:28:02 +01: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_path: always use the cachedir 2018-07-21 12:49:00 +02:00
dmenu_run
dmenu.1 dmenu.1: document improved fastgrab behaviour from previous patch 2019-01-27 15:28:02 +01:00
dmenu.c Use slow path if stdin is a tty 2019-01-27 15:26:04 +01: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: just show the compiler output 2018-06-02 17:09:01 +02:00
README
stest.1
stest.c
util.c
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.