dwt1--dotfiles/dmenu
Derek Taylor 09aa764012 Updating the suckless builds. 2019-02-12 12:08:05 -06:00
..
LICENSE Updating the suckless builds. 2019-02-12 12:05:25 -06:00
Makefile Updating the suckless builds. 2019-02-12 12:05:25 -06:00
README Updating the suckless builds. 2019-02-12 12:05:25 -06:00
arg.h Updating the suckless builds. 2019-02-12 12:05:25 -06:00
config.def.h Updating the suckless builds. 2019-02-12 12:05:25 -06:00
config.h Updating the suckless builds. 2019-02-12 12:05:25 -06:00
config.mk Updating the suckless builds. 2019-02-12 12:05:25 -06:00
dmenu Updating the suckless builds. 2019-02-12 12:05:25 -06:00
dmenu-lineheight-4.7.diff Updating the suckless builds. 2019-02-12 12:08:05 -06:00
dmenu.1 Updating the suckless builds. 2019-02-12 12:05:25 -06:00
dmenu.c Updating the suckless builds. 2019-02-12 12:05:25 -06:00
dmenu.o Updating the suckless builds. 2019-02-12 12:05:25 -06:00
dmenu_path Updating the suckless builds. 2019-02-12 12:05:25 -06:00
dmenu_run Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00
drw.c Updating the suckless builds. 2019-02-12 12:05:25 -06:00
drw.h Updating the suckless builds. 2019-02-12 12:05:25 -06:00
drw.o Updating the suckless builds. 2019-02-12 12:05:25 -06:00
stest Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00
stest.1 Updating the suckless builds. 2019-02-12 12:05:25 -06:00
stest.c Updating the suckless builds. 2019-02-12 12:05:25 -06:00
stest.o Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00
util.c Updating the suckless builds. 2019-02-12 12:05:25 -06:00
util.h Updating the suckless builds. 2019-02-12 12:05:25 -06:00
util.o Pushing dmenu and related scripts. 2019-01-29 18:23:21 -06:00

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.