/dmenu

Private fork of suckless' dmenu tool

Primary LanguageCMIT LicenseMIT

DMENU - Suckless Dynamic Menu
=============================

This is my private fork of suckless' own Dmenu tool.
For now is just a mirror of dmenu official git repository with some patches already applied:

- Alpha Patch
- Window Border Patch
- Center Patch
- Fuzzy Match + Fuzzy Highlight Patches
- Grid layout + Gridnav Patches
- Custom Height Patch
- Custom Geometry Patch

Also some new features will be added in the future.

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.