/dmenu

My custom dmenu build.

Primary LanguageCMIT LicenseMIT

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


Patches
-------
The following patches are applied:

    dmenu-border-5.2.diff
    dmenu-center-5.2.diff
    dmenu-fuzzyhighlight-4.9.diff
    dmenu-fuzzymatch-4.9.diff
    dmenu-mousesupport-5.2.diff
    dmenu-mousesupport-motion-5.2.diff
    dmenu-numbers-20220512-28fb3e2.diff
    dmenu-xresources-alt-5.0.diff


Resources
---------
This fork of dmenu is configured via Xresources:

    dmenu.font
    dmenu.normbgcolor
    dmenu.normfgcolor
    dmenu.selbgcolor
    dmenu.selfgcolor
    dmenu.normhlbgcolor
    dmenu.normhlfgcolor
    dmenu.selhlbgcolor
    dmenu.selhlfgcolor
    dmenu.centered
    dmenu.lines
    dmenu.border_width


Running dmenu
-------------
See the man page for details.