Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/randoragon/dmenu
- Owner: randoragon
- License: mit
- Created: 2020-09-28T18:47:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-29T22:05:06.000Z (over 3 years ago)
- Last Synced: 2024-10-25T22:32:50.917Z (3 months ago)
- Topics: dmenu, suckless
- Language: C
- Homepage: https://tools.suckless.org/dmenu
- Size: 1.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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