Commit Briefs

b76b1975e2 Bradley Taunt

initial commit on cgit platform (master)


Branches

Tags

This repository contains no tags

Tree

LICENSE*commits | blame
Makefile*commits | blame
README*commits | blame
arg.h*commits | blame
config.def.h*commits | blame
config.h*commits | blame
config.mk*commits | blame
dmenu*commits | blame
dmenu.1*commits | blame
dmenu.c*commits | blame
dmenu.ocommits | blame
dmenu_path*commits | blame
dmenu_run*commits | blame
drw.c*commits | blame
drw.h*commits | blame
drw.ocommits | blame
stest*commits | blame
stest.1*commits | blame
stest.c*commits | blame
stest.ocommits | blame
util.c*commits | blame
util.h*commits | blame
util.ocommits | blame

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.