https://github.com/mcaimi/dmenu
Private fork of suckless' dmenu tool
https://github.com/mcaimi/dmenu
Last synced: about 1 year ago
JSON representation
Private fork of suckless' dmenu tool
- Host: GitHub
- URL: https://github.com/mcaimi/dmenu
- Owner: mcaimi
- License: mit
- Created: 2021-08-31T12:23:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T10:11:13.000Z (almost 2 years ago)
- Last Synced: 2025-03-06T10:22:11.356Z (over 1 year ago)
- Language: C
- Size: 1.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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.