jmoggr / dmenu

A fork of dmenu, an efficient dynamic menu for X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dmenu - dynamic menu
====================
dmenu is an efficient dynamic menu for X.

A downstream fork of dmenu, including new patches, modified patches, and existing patches.

Note that because some patches require changes to the same base code used by other patches, not all patches can be applied without conflict or subtle bugs. I have tried to design the patches to be applied with as few conflicts as possible, and have provided the code with all these patches merged along with some unmodified patches.

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.

About

A fork of dmenu, an efficient dynamic menu for X

License:MIT License


Languages

Language:C 82.6%Language:Roff 10.5%Language:Makefile 5.5%Language:C++ 0.7%Language:Shell 0.7%