https://github.com/mrdotx/dmenu
build of the suckless dmenu with scripts for bookmarks, calc, display, xrandr, iptv, pass, screenshot, shortcuts, unicode symbols, windows, youtube and patches for alpha, border, center, highlight, line height, numbers, reject no match, symbols, xresources
https://github.com/mrdotx/dmenu
alpha bookmarks calculator center display emoji highlight iptv lineheight numbers pass patches screenshot scripts shortcuts symbols unicode windows xresources youtube
Last synced: 2 days ago
JSON representation
build of the suckless dmenu with scripts for bookmarks, calc, display, xrandr, iptv, pass, screenshot, shortcuts, unicode symbols, windows, youtube and patches for alpha, border, center, highlight, line height, numbers, reject no match, symbols, xresources
- Host: GitHub
- URL: https://github.com/mrdotx/dmenu
- Owner: mrdotx
- License: mit
- Created: 2020-05-18T08:42:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-06-22T03:02:01.000Z (5 days ago)
- Last Synced: 2026-06-24T22:38:50.922Z (2 days ago)
- Topics: alpha, bookmarks, calculator, center, display, emoji, highlight, iptv, lineheight, numbers, pass, patches, screenshot, scripts, shortcuts, symbols, unicode, windows, xresources, youtube
- Language: C
- Homepage: https://tools.suckless.org/dmenu/
- Size: 1.4 MB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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.
Version
-------
5.4
Patches
-------
dmenu-borderoption-20200217-bf60a1e.diff
dmenu-alpha-20210605-1a13d04.diff
dmenu-highlight-20201211-fcdc159.diff
dmenu-center-20200111-8cd37e1.diff
dmenu-lineheight-5.0.diff
dmenu-mousesupport-5.3.diff
dmenu-mousesupport-motion-5.2.diff
dmenu-symbols-4.9.diff
dmenu-numbers-4.9.diff
dmenu-rejectnomatch-4.7.diff
dmenu-xresources-alt-5.0.diff
Last implemented commit
-----------------------
2026-01-28 14:57 add -of and -ob arguments for outline colors options for multi-selection Julien Addé