Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l3pp4rd/dmenu
dynamic menu
https://github.com/l3pp4rd/dmenu
Last synced: 3 days ago
JSON representation
dynamic menu
- Host: GitHub
- URL: https://github.com/l3pp4rd/dmenu
- Owner: l3pp4rd
- License: other
- Created: 2012-11-22T04:36:47.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T09:00:06.000Z (over 5 years ago)
- Last Synced: 2024-08-03T18:15:36.324Z (3 months ago)
- Language: C
- Size: 1.46 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-linux-customization - **dmenu** - A fast and lightweight dynamic menu for X. (Menu)
README
# dmenu - dynamic menu
dmenu is an efficient dynamic menu for X. And originally developed by [suckless.org](http://dwm.suckless.org)
engineers.This fork is patched with XFT, focus, fuzzymatch, opacity and other patches.
It also includes extra features like:- **dmenu_app** executable, which solarizes dmenu and sorts results by most hits.
- **dmenu_run** uses **dmenu_app** to find executable and run it.
- **dmenu_workspace**## Screenshot
![My image](https://raw.github.com/l3pp4rd/dmenu/master/dmenu.png)
## Requirements
In order to build dmenu you need the Xlib header files. See **config.mk** for details.
## 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.
You can see my [path application menu configuration](https://github.com/l3pp4rd/dotfiles/blob/master/scripts/path_dmenu) as an example