Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/randoragon/dmenu

Randoragon's fork of dmenu - the efficient dynamic menu for X by suckless
https://github.com/randoragon/dmenu

dmenu suckless

Last synced: about 1 month ago
JSON representation

Randoragon's fork of dmenu - the efficient dynamic menu for X by suckless

Awesome Lists containing this project

README

        

# dmenu - dynamic menu

This repo holds my fork of dmenu - the efficient dynamic menu for X.
The version of dmenu which was originally forked is the stable 5.0
release.

## Applied Patches

Some patches may have been modified by hand to fit my needs better.

- [fuzzymatch](https://tools.suckless.org/dmenu/patches/fuzzymatch/)
- [highlight](https://tools.suckless.org/dmenu/patches/highlight/)
- [fuzzyhighlight](https://tools.suckless.org/dmenu/patches/fuzzyhighlight/)
- [mouse support](https://tools.suckless.org/dmenu/patches/mouse-support/)
- [numbers](https://tools.suckless.org/dmenu/patches/numbers/)
- [instant](https://tools.suckless.org/dmenu/patches/instant/)

## 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